Skip to content

Commit f4d2748

Browse files
author
ABW
committed
fix test after rebase
1 parent 736a0ce commit f4d2748

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/tests/basic_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,7 +2513,7 @@ BOOST_AUTO_TEST_CASE( balance_transfer )
25132513
e1.access_fee().transfer_from( e2.access_hive_balance(), HIVE_asset( 200 ) );
25142514
} );
25152515
} );
2516-
}, "symbol == o.symbol && \"asset symbol mismatch +=\"" );
2516+
}, "symbol == o.symbol && \"operator+=\"" );
25172517
}
25182518

25192519
// check transfer_from( cross_class )
@@ -2918,7 +2918,7 @@ BOOST_AUTO_TEST_CASE( balance_transfer )
29182918
e1.access_fee().transfer_to( e2.access_hive_balance(), HIVE_asset( 200 ) );
29192919
} );
29202920
} );
2921-
}, "symbol == o.symbol && \"asset symbol mismatch -=\"" );
2921+
}, "symbol == o.symbol && \"operator-=\"" );
29222922
}
29232923

29242924
// check transfer_to( cross_class )

0 commit comments

Comments
 (0)