We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f197941 commit d2d4a2cCopy full SHA for d2d4a2c
spec/comments.spec.js
@@ -8,7 +8,7 @@ describe('Comments rules', () => {
8
test('fail when not authenticated', async () => {
9
const db = await setup();
10
11
- const commentsRef = db.collection('projects');
+ const commentsRef = db.collection('comments');
12
13
await expect(commentsRef.get()).toDeny();
14
await expect(commentsRef.add({})).toDeny();
0 commit comments