~ruther/guix-local

0b12324284f3fbf378d363070f91b794058ae570 — Ludovic Courtès 8 years ago 8bde6a5
uuid: Fix typo in 'uuid=?' test.

* tests/uuid.scm ("uuid=?"): Change to 'test-assert'.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/uuid.scm
M tests/uuid.scm => tests/uuid.scm +1 -1
@@ 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)