Skip to content

Commit

Permalink
commit change for new actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-david-welch committed Jun 16, 2024
1 parent ea399e2 commit 1b0e499
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/tests/blog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ func setupTestDB() (*sql.DB, error) {
MainImage TEXT,
Subheading TEXT,
Body TEXT,
Created DATETIME
);`
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 1b0e499

Please sign in to comment.