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 a975b8d commit 1261670
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 @@ -126,7 +126,7 @@ CREATE TABLE global_settings (
);`

func TestMigrationConsistency(t *testing.T) {
fp := filepath.Join(t.TempDir(), "hostd.sqlite3")
fp := filepath.Join(t.TempDir(), "walletd.sqlite3")
db, err := sql.Open("sqlite3", sqliteFilepath(fp))
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 1261670

Please sign in to comment.