Skip to content

Commit

Permalink
Removed comment which no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
systemzax committed Dec 8, 2024
1 parent 18d1882 commit 2ba9e04
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 @@ -666,7 +666,7 @@ BOOST_AUTO_TEST_SUITE(svnn_ibc)
);

chain.push_action("ibc"_n, "testbitset"_n, "ibc"_n, mvo()
("bitset_string", "03") //bitset bytes are reversed, so we do the same to test
("bitset_string", "03")
("bitset_vector", bitset_2)
("finalizers_count", 3)
);
Expand Down

0 comments on commit 2ba9e04

Please sign in to comment.