Change summary
test/test_low_balance.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -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