Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: sample data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado authored and moltar committed Jun 28, 2020
1 parent 01e0659 commit 79884b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/integration/feeds.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ describe(`${Feeds.name}`, () => {
expect.assertions(1)

const parameters: SubmitFeedParameters = {
FeedContent: readFileSync(
join(__dirname, `/__fixtures__/submit_feed_sample_feed_content.xml`),
{ encoding: 'utf8' },
),
FeedContent: readFileSync(join(__dirname, `/submit_feed_sample_feed_content.xml`), {
encoding: 'utf8',
}),
FeedType: '_POST_PRODUCT_DATA_',
}

Expand Down

0 comments on commit 79884b3

Please sign in to comment.