Skip to content

Commit

Permalink
Fix wrong factory for dqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
marco6 committed Jun 19, 2024
1 parent 3612039 commit b5a1832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kine/drivers/dqlite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import (
)

func TestDqliteCompaction(t *testing.T) {
testCompaction(t, newSqliteBackend)
testCompaction(t, newDqliteBackend)
}

func BenchmarkDqliteCompaction(b *testing.B) {
benchmarkCompaction(b, newSqliteBackend)
benchmarkCompaction(b, newDqliteBackend)
}

var (
Expand Down

0 comments on commit b5a1832

Please sign in to comment.