Skip to content

Commit

Permalink
Update persist/sqlite/migrations_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Peter-Jan Brone <[email protected]>
  • Loading branch information
n8maninger and peterjan authored Jan 16, 2025
1 parent 1261670 commit 08c4c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persist/sqlite/migrations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func TestMigrationConsistency(t *testing.T) {
t.Fatalf("expected version %d, got %d", expectedVersion, v)
}

fp2 := filepath.Join(t.TempDir(), "hostd.sqlite3")
fp2 := filepath.Join(t.TempDir(), "walletd.sqlite3")
baseline, err := OpenDatabase(fp2, zap.NewNop())
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 08c4c6c

Please sign in to comment.