Skip to content

Commit 6b0185d

Browse files
committed
change to hasExactRule
1 parent 0f8374c commit 6b0185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Core/AbilityCheckerImplTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
});
150150
});
151151

152-
describe('hasRule() feature function test', function () {
152+
describe('hasExactRule() feature function test', function () {
153153
it('must return true when the rule exactly found on the user abilities', function () {
154154
$compiledRules = new CompiledRules([
155155
(object) [

0 commit comments

Comments
 (0)