Skip to content

Commit a4df618

Browse files
committed
fix failing test:
1 parent f62c1c1 commit a4df618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/__tests__/tempo.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ describe("Tempo Widget", () => {
800800
const oldIntervalId = tempoWidget._intervalID;
801801

802802
tempoWidget.init(mockActivity);
803-
expect(jest.getTimerCount()).toBe(1); // Only the new one
803+
expect(jest.getTimerCount()).toBe(1);
804804
});
805805

806806
test("should call widgetWindow.onclose callback", () => {

0 commit comments

Comments
 (0)