Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 30, 2022
1 parent a8c8bc8 commit 026508c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/indexes_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def test_reset_stats
end

def test_last_stats_reset_time
assert database.last_stats_reset_time
database.last_stats_reset_time
assert true
end

def test_invalid_indexes
Expand Down
3 changes: 2 additions & 1 deletion test/tables_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

class TablesTest < Minitest::Test
def test_table_hit_rate
assert database.table_hit_rate
database.table_hit_rate
assert true
end

def test_table_caching
Expand Down

0 comments on commit 026508c

Please sign in to comment.