fix: IsContradiction typo in bench_test.go
This commit is contained in:
parent
8ad4a7c794
commit
b9f9f75c31
|
|
@ -39,7 +39,7 @@ func BenchmarkConflictDetector_IsContradiction(b *testing.B) {
|
|||
b.ResetTimer()
|
||||
for i := 0; i < b.N; i++ {
|
||||
pair := tests[i%len(tests)]
|
||||
isContradiction(pair[0], pair[1])
|
||||
IsContradiction(pair[0], pair[1])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue