Skip to content

Commit

Permalink
would really like to stop this now thanks :)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-david-welch committed Jun 16, 2024
1 parent bbad312 commit 191abde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/tests/blog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ func setupTestDB() (*sql.DB, error) {
Subheading TEXT,
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 191abde

Please sign in to comment.