Skip to content

Commit

Permalink
whoops, reversed bob and alice example amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpassmore committed Feb 6, 2024
1 parent 2f575e8 commit ef2bb7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/eosio.system_ram_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ BOOST_FIXTURE_TEST_CASE( ram_transfer, eosio_system_tester ) try {
* this is via create_accounts_with_resources()
* Next buyram on each account purchases 10,000 additional ram bytes
* minus fees of 17 ram bytes
*
*
* Before ram transfer the totals for each account are 17,983 ram bytes
* After transfer of 1,000 bytes
* bob and alice respective totals are 16,983 and 18,983
* bob and alice respective totals are 18,983 and 16,983
* After the validate ram transfer below of 1 ram byte
* bob and alices respective totals are 16,982 and 18,984
* bob and alices respective totals are 18,984 and 16,982
*/
const char* expected_return_data = R"=====(
{
Expand Down

0 comments on commit ef2bb7b

Please sign in to comment.