Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Feb 4, 2020
1 parent c79009c commit 79b67c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('CollectorSet', () => {
expect(result).toStrictEqual([
{
type: 'MY_TEST_COLLECTOR',
result: { test: 2 },
result: { test: 1 }, // It matches the return of `fetch`. `formatForBulkUpload` is used later on
},
]);
});
Expand Down

0 comments on commit 79b67c2

Please sign in to comment.