Skip to content

Commit

Permalink
mispelings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbrown8 authored Aug 22, 2024
1 parent 7dcf628 commit 33cef2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/OneLogin/Saml2/UtilsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ public function testParseSAML2Time()
$this->assertContains('Invalid SAML2 timestamp passed', $e->getMessage());
}

// Now test if toolkit supports miliseconds
// Now test if toolkit supports milliseconds
$SAMLTime2 = '2013-12-10T04:39:31.120Z';
$this->assertEquals($time, OneLogin_Saml2_Utils::parseSAML2Time($SAMLTime2));
}
Expand Down

0 comments on commit 33cef2d

Please sign in to comment.