Skip to content

Commit

Permalink
bumped coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Oct 23, 2024
1 parent 5784711 commit 5ac8657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index/spec_index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1817,5 +1817,7 @@ func TestSpecIndex_Cache(t *testing.T) {
assert.NotNil(t, uint(1), idx.HighCacheMiss())
assert.NotNil(t, uint(1), idx.GetHighCacheHits())
assert.NotNil(t, uint(1), idx.GetHighCacheMisses())
idx.SetHighCache(nil)
assert.Nil(t, idx.GetHighCache())

}

0 comments on commit 5ac8657

Please sign in to comment.