Skip to content

Commit 55c889d

Browse files
committed
fix lint
1 parent 11fd7ed commit 55c889d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/actions/ReportTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ describe('actions/Report', () => {
17561756
});
17571757

17581758
describe('searchInServer', () => {
1759-
it('should return the same result with or without uppercase input.', async () => {
1759+
it('should return the same result with or without uppercase input.', () => {
17601760
Report.searchInServer('test');
17611761
Report.searchInServer('TEST');
17621762
const upperCaseRequest = PersistedRequests.getAll().at(0);

0 commit comments

Comments
 (0)