Skip to content

Commit

Permalink
#387 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 10, 2021
1 parent 3726b34 commit 79eb3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def api.block(_)
end
found = false
before = '0000000000000000000c41262afa6c0e82c47c89dd5fe8c692f33788077ec5b8'
assets.monitor('before', max: 2) do |a, hsh, satoshi|
assets.monitor(before, max: 2) do |a, hsh, satoshi|
assert(!a.nil?)
assert(!hsh.nil?)
assert(!satoshi.nil?)
Expand Down

0 comments on commit 79eb3c0

Please sign in to comment.