Skip to content

Commit

Permalink
fix test case - wal doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anshul committed Dec 13, 2023
1 parent 4a8256b commit 59eb589
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/drivers/duckdb/duckdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func TestOpenDrop(t *testing.T) {
err = handle.Close()
require.NoError(t, err)
require.FileExists(t, path)
require.FileExists(t, walpath)

err = Driver{}.Drop(map[string]any{"dsn": dsn}, zap.NewNop())
require.NoError(t, err)
Expand Down

0 comments on commit 59eb589

Please sign in to comment.