Skip to content

Commit

Permalink
we go again
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-david-welch committed Jun 16, 2024
1 parent ad90429 commit 0ea9889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/tests/blog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func setupTestDB() (*sql.DB, error) {
Body TEXT,
Created DATETIME
);`

_, err = db.Exec(schema)
if err != nil {
return nil, fmt.Errorf("failed to create schema: %w", err)
Expand Down

0 comments on commit 0ea9889

Please sign in to comment.