Skip to content

Commit 9e71bdf

Browse files
committed
chore: fix test
1 parent db4d3fb commit 9e71bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/ui/scan/printUnused.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('printUnused', () => {
5959
);
6060
expect(logSpy).toHaveBeenNthCalledWith(
6161
4,
62-
expect.stringContaining('unused'),
62+
expect.stringContaining('Unused'),
6363
);
6464
});
6565
});

0 commit comments

Comments
 (0)