Skip to content

Commit bd95875

Browse files
committed
make it fail
1 parent 6498798 commit bd95875

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: true,
96+
active: false,
9797
});
9898
expect(tagsSaveActiveMock).toHaveBeenCalled();
9999
});

0 commit comments

Comments
 (0)