From 0b12324284f3fbf378d363070f91b794058ae570 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 6 Oct 2017 14:15:08 +0200 Subject: uuid: Fix typo in 'uuid=?' test. * tests/uuid.scm ("uuid=?"): Change to 'test-assert'. --- tests/uuid.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/uuid.scm b/tests/uuid.scm index 68676f775d..91a3482490 100644 --- a/tests/uuid.scm +++ b/tests/uuid.scm @@ -57,7 +57,7 @@ "1234-ABCD" (uuid->string (uuid "1234-abcd" 'fat32))) -(test-equal "uuid=?" +(test-assert "uuid=?" (and (uuid=? (uuid-bytevector (uuid "1234-abcd" 'fat32)) (uuid "1234-abcd" 'fat32)) (uuid=? (uuid "1234-abcd" 'fat32) -- cgit v1.2.3