Skip to content

Commit

Permalink
Adapt test
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Sep 27, 2024
1 parent 9f6d104 commit 8ca8e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/tests/rules/userCollections.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ describe('firestore.rules: users/{userId}/{collectionName}/{documentId}', () =>
await assertFails(userFirestore.collection(ownerPath).get())
await assertFails(userFirestore.collection(clinicianPath).get())
await assertFails(userFirestore.collection(patientPath).get())
await assertFails(userFirestore.collection(userPath).get())
await assertSucceeds(userFirestore.collection(userPath).get())
})
})

0 comments on commit 8ca8e8a

Please sign in to comment.