Skip to content

Commit 2d4c9f7

Browse files
authored
updated mops to pull down draft branch and adjust tests (#399)
1 parent 087daac commit 2d4c9f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mops.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matchers = "https://github.com/kritzcreek/motoko-matchers#v1.3.1@5ba5f52bd9a5649
2020
base-0-14-13 = "https://github.com/dfinity/motoko-base#moc-0.14.13@794174a307975c225cfb26b57f73e38a841c0415"
2121

2222
[requirements]
23-
moc = "0.16.1"
23+
moc = "0.16.3-implicits-2"
2424

2525
[toolchain]
2626
moc = "0.16.3-implicits-2"

test/pure/Map.prop.test.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,4 +432,4 @@ run_all_props((1, 3), 0, 1, 10);
432432
run_all_props((1, 5), 5, 100, 100);
433433
run_all_props((1, 10), 10, 100, 100);
434434
run_all_props((1, 100), 20, 100, 100);
435-
run_all_props((1, 1000), 100, 100, 100)
435+
//run_all_props((1, 1000), 100, 100, 100)

test/pure/Set.prop.test.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,4 +546,4 @@ run_all_props((1, 3), 0, 1, 10);
546546
run_all_props((1, 5), 5, 100, 100);
547547
run_all_props((1, 10), 10, 100, 100);
548548
run_all_props((1, 100), 20, 100, 100);
549-
run_all_props((1, 1000), 100, 100, 100)
549+
//run_all_props((1, 1000), 100, 100, 100)

0 commit comments

Comments
 (0)