Re-arrange expected and found value in RocDict.init test to fix compile error

This commit is contained in:
Chadtech 2021-01-01 21:44:45 -05:00
parent 83cfbf9044
commit 2e1d1a7602

View file

@ -433,7 +433,7 @@ test "RocDict.get" {
test "RocDict.init" {
const empty = RocDict(u64, u64).init(testing.allocator);
expectEqual(0, empty.get_len());
expectEqual(empty.get_len(), 0);
const MadeUpType = struct {
oneField: u64