We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60cf76 commit d3336a9Copy full SHA for d3336a9
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 rejected with a "permission denied" 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