Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssabo committed Aug 24, 2022
1 parent ffb6fe7 commit eb3c140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2079,7 +2079,7 @@ func BenchmarkPodStore(b *testing.B) {
},
}

expectedFamilies := 46
expectedFamilies := 47
for n := 0; n < b.N; n++ {
families := f(pod)
if len(families) != expectedFamilies {
Expand Down

0 comments on commit eb3c140

Please sign in to comment.