Skip to content

Commit

Permalink
fix(test): use Minitest instead of MiniTest
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow authored and stanhu committed Dec 5, 2023
1 parent b4965d0 commit 79f0d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/strategy_test_case.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class StrategyTestCase < MiniTest::Test
class StrategyTestCase < Minitest::Test
class DummyApp
def call(env); end
end
Expand Down

0 comments on commit 79f0d40

Please sign in to comment.