Skip to content

Commit

Permalink
Merge pull request #2757 from bitshares/update-comment
Browse files Browse the repository at this point in the history
Fix a comment in a test case
  • Loading branch information
abitmore committed Jul 1, 2023
2 parents c6c7767 + 2105165 commit 4d6e7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/fee_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4259,7 +4259,7 @@ BOOST_AUTO_TEST_CASE( fee_change_test )
cop.proposed_ops.emplace_back( cmuop );
trx.operations.push_back( cop );

// It should fail
// It should succeed
processed_transaction ptx = PUSH_TX(db, trx, ~0);
trx.clear();
proposal_id_type prop_id { ptx.operation_results[0].get<object_id_type>() };
Expand Down

0 comments on commit 4d6e7cc

Please sign in to comment.