Skip to content

Commit

Permalink
#139 resolve an empty block
Browse files Browse the repository at this point in the history
  • Loading branch information
Suban05 committed Sep 19, 2024
1 parent 0081b6d commit 38f5b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/baza/test_valve.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_simple
n = fake_name
b = fake_name
w = 'why'
human.valves.enter(n, b, w, job.id) {}
human.valves.enter(n, b, w, job.id) { 42 }
valve = human.valves.get(human.valves.each.to_a.first[:id])
assert_equal(n, valve.name)
assert_equal(b, valve.badge)
Expand Down

0 comments on commit 38f5b3e

Please sign in to comment.