Skip to content

Commit d2d4a2c

Browse files
committed
fix path
1 parent f197941 commit d2d4a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/comments.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('Comments rules', () => {
88
test('fail when not authenticated', async () => {
99
const db = await setup();
1010

11-
const commentsRef = db.collection('projects');
11+
const commentsRef = db.collection('comments');
1212

1313
await expect(commentsRef.get()).toDeny();
1414
await expect(commentsRef.add({})).toDeny();

0 commit comments

Comments
 (0)