Skip to content

Commit

Permalink
use isValid in unit test. (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhammer authored Nov 16, 2022
1 parent 8867f0b commit add126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TrieExampleTest.mo
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ debug {
func equalKV(a : (Text, Nat), b : (Text, Nat)) : Bool { a == b };
assert (isSubSet(actual, expected, equalKV));
assert (isSubSet(expected, actual, equalKV));

assert (Trie.isValid(t2, true));
};

0 comments on commit add126e

Please sign in to comment.