Skip to content

Commit 86b24cb

Browse files
authored
test: updated expected return type
1 parent 26dc887 commit 86b24cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Auth/OAuthTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function testValidCallback($isOnline, $isEmbedded)
183183
} elseif ($isOnline) {
184184
$this->assertEquals($expectedSession->getExpires()->format('U'), $cookieExpiration);
185185
} else {
186-
$this->assertNull($cookieExpiration);
186+
$this->assertEquals(0, $cookieExpiration);
187187
}
188188
}
189189

0 commit comments

Comments
 (0)