Skip to content

Commit

Permalink
Add testdata for Avanza
Browse files Browse the repository at this point in the history
  • Loading branch information
dickwolff committed Jan 20, 2025
1 parent b341b54 commit 05c946c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/converters/avanzaConverter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("avanzaConverter", () => {
// Assert
expect(actualExport).toBeTruthy();
expect(actualExport.activities.length).toBeGreaterThan(0);
expect(actualExport.activities.length).toBe(6);
expect(actualExport.activities.length).toBe(11);

done();
}, () => { done.fail("Should not have an error!"); });
Expand Down
2 changes: 1 addition & 1 deletion src/testing/data/yahooFinanceQuoteSummaryResults.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/testing/data/yahooFinanceSearchResults.json

Large diffs are not rendered by default.

0 comments on commit 05c946c

Please sign in to comment.