Signer: fix animals test

This commit is contained in:
Benjamin Canou 2018-10-04 17:12:27 +02:00
parent 3eeea7c1af
commit 0feb5bd07a
No known key found for this signature in database
GPG Key ID: 73607948459DC5F8

View File

@ -1,7 +1,7 @@
let test_example () =
let name = Ledger_names.crouching_tiger "12345" in
assert (name = "calculating-meerkat-straight-beetle")
assert (name = { c = "calculating" ; t = "meerkat" ; h = "straight" ; d = "beetle" })
let tests = [
Alcotest.test_case "print_example" `Quick test_example;