Skip to content

Commit

Permalink
Merge pull request #211 from Domingor/develop
Browse files Browse the repository at this point in the history
updateds
  • Loading branch information
Domingor committed Apr 19, 2024
2 parents ec9d1f1 + bb235a2 commit d2ae4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/seed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
func TestSeed(t *testing.T) {
t.Run("test seed data", func(t *testing.T) {
err := Seed(func(etc context.Context) (err error) {
fmt.Println("hello!")
fmt.Println("hello! ")
return nil
})
if err != nil {
Expand Down

0 comments on commit d2ae4d7

Please sign in to comment.