Skip to content

Commit

Permalink
Fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpage committed Nov 6, 2023
1 parent 34d1812 commit 11845d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brokerage_equities_sun.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ test("Test parsing empty input, one symbol", () => {

test("Test parsing empty input, one symbol", () => {
expect(code_under_test.parse_and_add("AAPL\n", {AAPL: 55.00}))
.toBe("\n# unseen: AAPL\n# Total value = $55.00\n\n");
.toBe("AAPL\n# Total value = $55.00\n\n\n");
});

0 comments on commit 11845d0

Please sign in to comment.