Skip to content

Commit

Permalink
Remove duplicate err check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstacks committed Nov 22, 2024
1 parent 9882f8f commit 05e6343
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sqlite3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1882,9 +1882,6 @@ func TestSetFileControlInt64(t *testing.T) {
if err != nil {
t.Fatal("Failed to open database:", err)
}
if err != nil {
t.Fatal("Failed to open", err)
}
err = db.Ping()
if err != nil {
t.Fatal("Failed to ping", err)
Expand Down

0 comments on commit 05e6343

Please sign in to comment.