Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-david-welch committed Oct 20, 2024
1 parent ecf98ee commit e79dda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/blog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (suite *BlogTestSuite) TestCreateBlog() {
Date: sql.NullString{String: "2024-06-23", Valid: true},
MainImage: sql.NullString{String: "image.jpg", Valid: true},
Subheading: sql.NullString{String: "This is a subheading", Valid: true},
Body: sql.NullString{String: "This is the body of the blog.", Valid: true},
Body: sql.NullString{String: "This is the body of the blo", Valid: true},
Created: sql.NullString{String: "2024-06-23 10:00:00", Valid: true},
}

Expand Down

0 comments on commit e79dda7

Please sign in to comment.