Skip to content

Commit

Permalink
tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsmaerten committed Nov 12, 2021
1 parent a8cac38 commit d821764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/parser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe("parser", () => {
it("pulls credit/debit from a separate column", () => {
const parseCfg = {
columns: ["", "date", "amount", "", "in_out_flag"],
outflow_indicator: "O",
outflow_indicator: "Out",
};
const result = runParser(csvFixtures.inOutIndicator, parseCfg);
expect(result.transactions[0].amount).toBeGreaterThan(0);
Expand Down

0 comments on commit d821764

Please sign in to comment.