diff --git a/test/test_low_balance.rb b/test/test_low_balance.rb index 67884f9813b5460b8036a3f86073a70362051c3a..540740b24640369e0043f0e033136f79c7f4d71e 100644 --- a/test/test_low_balance.rb +++ b/test/test_low_balance.rb @@ -150,7 +150,7 @@ class LowBalanceTest < Minitest::Test LowBalance::AutoTopUp::Transaction.expect( :sale, tx, - [customer, { amount: 110 }] + [customer, { amount: 115 }] ) auto_top_up.notify! assert_mock tx @@ -169,7 +169,7 @@ class LowBalanceTest < Minitest::Test LowBalance::AutoTopUp::Transaction.expect( :sale, tx, - [customer, { amount: 21 }] + [customer, { amount: 26 }] ) auto_top_up.notify! assert_mock tx