Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope committed Jun 8, 2024
1 parent d3d8c23 commit e4ab6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/test/native_host/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func nativeMessageLoop[T messaging.Payload](kind messaging.MessageKind, payload

// getLastInsertedID gets the ID of the last inserted bookmark.
func getLastInsertedID(dbLocation string, ignoreIds []string) (string, error) {
db, err := sql.Open("sqlite3", dbLocation)
db, err := sql.Open("sqlite", dbLocation)
if err != nil {
return "", err
}
Expand Down

0 comments on commit e4ab6c5

Please sign in to comment.