Skip to content

Commit 86af4e9

Browse files
committed
Revert "make it fail"
This reverts commit bd95875.
1 parent 54b4371 commit 86af4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/__tests__/controllers/preset-controller.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("PresetController", () => {
9393
});
9494
expect(tagsSetMock).toHaveBeenNthCalledWith(2, {
9595
tagId: "tagTwo",
96-
active: false,
96+
active: true,
9797
});
9898
expect(tagsSaveActiveMock).toHaveBeenCalled();
9999
});

0 commit comments

Comments
 (0)