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 54b4371 commit 86af4e9Copy full SHA for 86af4e9
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: false,
+ active: true,
97
98
expect(tagsSaveActiveMock).toHaveBeenCalled();
99
0 commit comments