We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6498798 commit bd95875Copy full SHA for bd95875
1 file changed
frontend/__tests__/controllers/preset-controller.spec.ts
@@ -93,7 +93,7 @@ describe("PresetController", () => {
93
});
94
expect(tagsSetMock).toHaveBeenNthCalledWith(2, {
95
tagId: "tagTwo",
96
- active: true,
+ active: false,
97
98
expect(tagsSaveActiveMock).toHaveBeenCalled();
99
0 commit comments