Skip to content

Commit

Permalink
Updated minitest class name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Aug 1, 2023
1 parent 33de1c7 commit a3c6e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-2/tebako-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# Tebako test set
# rubocop:disable Metrics/ClassLength
class TebakoTest < MiniTest::Test
class TebakoTest < Minitest::Test
# Path to test fixtures.
FixturePath = File.expand_path(File.join(File.dirname(__FILE__), "fixtures"))
Prefix = File.expand_path(File.join(File.dirname(__FILE__), ".."))
Expand Down

0 comments on commit a3c6e91

Please sign in to comment.