Skip to content

Commit

Permalink
Update SvgUpdater.test.tsx
Browse files Browse the repository at this point in the history
trailing cr
  • Loading branch information
andymchugh authored May 6, 2024
1 parent 1106238 commit afbf554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/SvgUpdater.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ test('valuemappingnocriteria', () => {
expect(valueMapping(fvm, -4)).toEqual('custom');
expect(valueMapping(fvm, 0)).toEqual('custom');
expect(valueMapping(fvm, 4)).toEqual('custom');
});
});

0 comments on commit afbf554

Please sign in to comment.