Skip to content

Commit

Permalink
try another syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Dec 26, 2016
1 parent 92b2b29 commit e295e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/plugin/test_out_forward.rb
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def read_ack_from_sock(sock, unpacker)
end
end

assert_equal (1 + 2), delayed_commit_timeout_value
assert_equal 1 + 2, delayed_commit_timeout_value

events = target_input_driver.events
assert_equal ['test', time, records[0]], events[0]
Expand Down Expand Up @@ -461,7 +461,7 @@ def read_ack_from_sock(sock, unpacker)
end
end

assert_equal (5 + 2), delayed_commit_timeout_value
assert_equal 5 + 2, delayed_commit_timeout_value

events = target_input_driver.events
assert_equal ['test', time, records[0]], events[0]
Expand Down

0 comments on commit e295e70

Please sign in to comment.