Skip to content

Commit 22cb624

Browse files
committed
test: update test
1 parent 409cbda commit 22cb624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Collectors/AuthTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function testGetTitleDetails()
5555
{
5656
$output = $this->collector->getTitleDetails();
5757

58-
$this->assertStringContainsString('CodeIgniter\Shield\Auth', $output);
58+
$this->assertStringContainsString(Session::class, $output);
5959
}
6060

6161
public function testGetBadgeValueReturnsUserId()

0 commit comments

Comments
 (0)