Skip to content

Commit 4f60644

Browse files
committed
apply suggestion in useOnyxTest.ts
1 parent 0e1a5d7 commit 4f60644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/useOnyxTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('useOnyx', () => {
5252
rerender(`${ONYXKEYS.COLLECTION.TEST_KEY}2`);
5353
});
5454
} catch (e) {
55-
fail("Expected to don't throw any errors.");
55+
fail('Expected to not throw any errors.');
5656
}
5757
});
5858

0 commit comments

Comments
 (0)