Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mops.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ matchers = "https://github.com/kritzcreek/motoko-matchers#v1.3.1@5ba5f52bd9a5649
base-0-14-13 = "https://github.com/dfinity/motoko-base#moc-0.14.13@794174a307975c225cfb26b57f73e38a841c0415"

[requirements]
moc = "0.16.1"
moc = "0.16.3-implicits-2"

[toolchain]
moc = "0.16.1"
moc = "0.16.3-implicits-2"
wasmtime = "35.0.0"
3 changes: 1 addition & 2 deletions test/Map.test.mo
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ run(
"to text",
do {
let map = Map.empty<Nat, Text>();
// NOTE: Can't currently also make toText for value implicit because of name overlap
map.toText(func(value) { value })
map.toText()
},
M.equals(T.text("Map{}"))
),
Expand Down
2 changes: 1 addition & 1 deletion test/pure/Map.prop.test.mo
Original file line number Diff line number Diff line change
Expand Up @@ -432,4 +432,4 @@ run_all_props((1, 3), 0, 1, 10);
run_all_props((1, 5), 5, 100, 100);
run_all_props((1, 10), 10, 100, 100);
run_all_props((1, 100), 20, 100, 100);
run_all_props((1, 1000), 100, 100, 100)
//run_all_props((1, 1000), 100, 100, 100)
2 changes: 1 addition & 1 deletion test/pure/Set.prop.test.mo
Original file line number Diff line number Diff line change
Expand Up @@ -546,4 +546,4 @@ run_all_props((1, 3), 0, 1, 10);
run_all_props((1, 5), 5, 100, 100);
run_all_props((1, 10), 10, 100, 100);
run_all_props((1, 100), 20, 100, 100);
run_all_props((1, 1000), 100, 100, 100)
//run_all_props((1, 1000), 100, 100, 100)