Skip to content

Commit

Permalink
Merge branch 'main' into restore_ref_contracts_target
Browse files Browse the repository at this point in the history
  • Loading branch information
linh2931 authored Jun 4, 2024
2 parents 339384a + 50d77b7 commit 89ef49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/svnn_ibc_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ BOOST_AUTO_TEST_SUITE(svnn_ibc)
BOOST_CHECK_EQUAL(genesis_block_result.block->block_num(), 4u);

BOOST_CHECK_EQUAL(cluster.active_finalizer_policy.finalizers.size(), cluster.num_nodes);
BOOST_CHECK_EQUAL(cluster.active_finalizer_policy.generation, 1);
BOOST_CHECK_EQUAL(cluster.active_finalizer_policy.generation, 1u);

// create the ibc account and deploy the ibc contract to it
cluster.node0.create_account( "ibc"_n );
Expand Down

0 comments on commit 89ef49f

Please sign in to comment.