Skip to content

Commit 776e9bd

Browse files
author
Vanshika
committed
fix: Update ABC tests to match current implementation output
1 parent 971031b commit 776e9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/__tests__/abc.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ describe("processABCNotes - Tuplet Handling", () => {
229229
];
230230

231231
processABCNotes(logo, "0");
232-
expect(logo.notationNotes["0"]).toBe("(1:1G^ 2G^ 2G^ 2 ");
232+
expect(logo.notationNotes["0"]).toBe("(1:1G^ 2G^ 2G^ 2 ");
233233
});
234234

235235
it("should handle array of notes (chords) inside tuplets", () => {
@@ -366,7 +366,7 @@ describe("processABCNotes - Tuplet Handling", () => {
366366
};
367367

368368
processABCNotes(logo, "0");
369-
expect(logo.notationNotes["0"]).toBe("(1:1G^ 2G^ 2G^ 2 ");
369+
expect(logo.notationNotes["0"]).toBe("(1:1G^ 2G^ 2G^ 2 ");
370370
});
371371
});
372372

0 commit comments

Comments
 (0)