Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitprincess committed Jan 24, 2025
1 parent 8fac5ab commit dbc9ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/engine/pebbledb/pebbledb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestSuiteLevelDB(t *testing.T) {
func TestSuitePebbleDB(t *testing.T) {
dbPath := filepath.Join(os.TempDir(), "pebbledb-testsuite")
defer func() {
require.NoError(t, os.RemoveAll(dbPath))
Expand Down

0 comments on commit dbc9ab9

Please sign in to comment.