Skip to content

Commit

Permalink
Fix IntegrationTestCase (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Aug 4, 2023
1 parent 861731a commit 79fc6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/irb/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def without_rdoc(&block)
end
end

class IntegrationTestCase
class IntegrationTestCase < TestCase
LIB = File.expand_path("../../lib", __dir__)
TIMEOUT_SEC = 3

Expand Down

0 comments on commit 79fc6dc

Please sign in to comment.