Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
timmyRS committed Nov 12, 2019
1 parent 876c9b8 commit add6137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function testToString()

function testGeneratev5()
{
Nose::assertEquals(UUID::v5("Hello, world!")->toString(), "a36e854defad58cdbd0084259b83901d");
Nose::assertEquals(UUID::v5("Hello, world!")->toString(), "9112042407e0506ca6a4726e89871b72");
}

function testHashCode()
Expand Down

0 comments on commit add6137

Please sign in to comment.