Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejdfinity committed Dec 11, 2024
1 parent 8a3bf31 commit cf1d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/ledger_suite/icrc1/ledger/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ fn icrc1_test_upgrade_serialization_from_v2() {
upgrade_args,
minter,
true,
true,
);
}

Expand Down Expand Up @@ -548,6 +547,7 @@ fn icrc1_test_stable_migration_endpoints_disabled_from_v2() {
ledger_mainnet_v2_wasm(),
ledger_wasm_lowupgradeinstructionlimits(),
encode_init_args,
vec![],
);
}

Expand Down

0 comments on commit cf1d502

Please sign in to comment.