Skip to content

Commit

Permalink
test: remove AmazonAdvertising listCampaigns test
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentoanit committed Apr 25, 2020
1 parent e0eb8e0 commit ca79c55
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/amazon-advertising.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,4 @@ describe('AmazonAdvertising', () => {
it('should return SponsoredProductsCampaignOperation', () => {
expect(operation).toBeInstanceOf(SponsoredProductsCampaignOperation)
})

describe('SponsoredProductsCampaignOperation', () => {
it('should return an array of campaigns', async () => {
const res = await operation.listCampaigns()

expect(Array.isArray(res)).toBeTruthy()
})
})
})

0 comments on commit ca79c55

Please sign in to comment.