We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1b784 commit 1895d5dCopy full SHA for 1895d5d
packages/rules-unit-testing/src/util.ts
@@ -162,7 +162,7 @@ export function assertFails(pr: Promise<any>): Promise<any> {
162
}
163
164
/**
165
- * Assert the promise to be successful with no Security Rules error.
+ * Assert the promise to be successful.
166
*
167
* This is a no-op function returning the passed promise as-is, but can be used for documentational
168
* purposes in test code to emphasize that a certain request should succeed (e.g. allowed by rules).
0 commit comments