diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-10-06 14:15:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-10-06 14:16:23 +0200 |
commit | 0b12324284f3fbf378d363070f91b794058ae570 (patch) | |
tree | 01511645cd231734eda24c760ef7416131b1f481 /tests/uuid.scm | |
parent | 8bde6a524e19d2bc9763b84dbf99959faf653bf8 (diff) | |
download | guix-0b12324284f3fbf378d363070f91b794058ae570.tar guix-0b12324284f3fbf378d363070f91b794058ae570.tar.gz |
uuid: Fix typo in 'uuid=?' test.
* tests/uuid.scm ("uuid=?"): Change to 'test-assert'.
Diffstat (limited to 'tests/uuid.scm')
-rw-r--r-- | tests/uuid.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |