test/commands/routines/test_bonuses.rb in zold-0.13.11 vs test/commands/routines/test_bonuses.rb in zold-0.13.12
- old
+ new
@@ -44,10 +44,11 @@
opts = {
'ignore-score-weakness' => true,
'routine-immediately' => true,
'private-key' => 'id_rsa',
'bonus-wallet' => bank.id.to_s,
- 'bonus-amount' => 1
+ 'bonus-amount' => 1,
+ 'bonus-time' => 0
}
score = Zold::Score.new(Time.now, 'fake-node.local', 999, 'NOPREFIX@ffffffffffffffff', strength: 1)
16.times { score = score.next }
remotes = home.remotes
remotes.add('localhost', port)