Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Jul 1, 2023
1 parent bc0a6a8 commit 932c1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/deployable.ic-repl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ function classes(wasm) {
call S.get(42);
assert _ == opt "text2";
metadata(S, "metadata/candid:args");
assert _ == "()";
assert _ == blob "()";
metadata(S, "metadata/motoko:compiler");
assert _ == "0.6.26";
assert _ == blob "0.6.26";
S
};
function classes_limit(wasm) {
Expand Down

0 comments on commit 932c1da

Please sign in to comment.