Skip to content

Commit

Permalink
Fix/update minitest constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisandreae committed Mar 28, 2024
1 parent 78078da commit 72f8072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/iknow_cache_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'test_helper'

class IknowCache::Test < MiniTest::Test
class IknowCache::Test < Minitest::Test
def setup
IknowCache.cache.clear
@root = IknowCache::CacheGroup::ROOT_PATH
Expand Down

0 comments on commit 72f8072

Please sign in to comment.