Skip to content

Commit

Permalink
fixed test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
hwellmann committed Aug 3, 2024
1 parent 3b4fc10 commit 3e0a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/abc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ eaa efg|dec BAB|GBd gdB|1~A3 A2d:|2~A3 ABd|
});

test('should get signature', () => {
expect(signature).toMatch('abcjs-basic v6.3.0');
expect(signature).toMatch('abcjs-basic v6.4.1');
});

test('should read large tunebook', () => {
Expand Down

0 comments on commit 3e0a381

Please sign in to comment.