Skip to content

Commit

Permalink
Update test routine
Browse files Browse the repository at this point in the history
Minitest no longer uses the `MiniTest` with capital `T` since forever
  • Loading branch information
whyscream committed Oct 11, 2023
1 parent 3a2aa6c commit aa7e2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
submodules: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
- run: gem install jls-grok minitest
- run: ruby test/test.rb
2 changes: 1 addition & 1 deletion test/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# It creates test cases from all yaml files in the current
# directory.

class TestGrokPatterns < MiniTest::Test
class TestGrokPatterns < Minitest::Test

@@test_dir = File.dirname(__FILE__)
@@upstream_pattern_dir = @@test_dir + '/logstash-patterns-core/patterns/ecs-v1/'
Expand Down

0 comments on commit aa7e2fd

Please sign in to comment.