From add6137246a55712cca7f210d78667729bf9ed6d Mon Sep 17 00:00:00 2001 From: "Tim \"timmyRS\" Speckhals" Date: Tue, 12 Nov 2019 11:40:57 +0100 Subject: [PATCH] Fix unit test --- test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.php b/test.php index d443e48..97cd42b 100644 --- a/test.php +++ b/test.php @@ -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()