We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736a0ce commit f4d2748Copy full SHA for f4d2748
1 file changed
tests/unit/tests/basic_tests.cpp
@@ -2513,7 +2513,7 @@ BOOST_AUTO_TEST_CASE( balance_transfer )
2513
e1.access_fee().transfer_from( e2.access_hive_balance(), HIVE_asset( 200 ) );
2514
} );
2515
2516
- }, "symbol == o.symbol && \"asset symbol mismatch +=\"" );
+ }, "symbol == o.symbol && \"operator+=\"" );
2517
}
2518
2519
// check transfer_from( cross_class )
@@ -2918,7 +2918,7 @@ BOOST_AUTO_TEST_CASE( balance_transfer )
2918
e1.access_fee().transfer_to( e2.access_hive_balance(), HIVE_asset( 200 ) );
2919
2920
2921
- }, "symbol == o.symbol && \"asset symbol mismatch -=\"" );
+ }, "symbol == o.symbol && \"operator-=\"" );
2922
2923
2924
// check transfer_to( cross_class )
0 commit comments