Skip to content

Commit 213e697

Browse files
committed
Let's try to fix that false negative test
1 parent d038793 commit 213e697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/sprinkles/account/tests/Integration/AuthorizationManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function testCheckAccess_withNormalUser()
131131
$authLogger->shouldReceive('debug')->once()->with('No matching permissions found. Access denied.');
132132
$authLogger->shouldReceive('debug')->times(2);
133133

134-
$this->assertFalse($this->getManager()->checkAccess($user, 'foo'));
134+
$this->assertFalse($this->getManager()->checkAccess($user, 'blah'));
135135
}
136136

137137
/**

0 commit comments

Comments
 (0)