Skip to content

Commit

Permalink
updateds
Browse files Browse the repository at this point in the history
  • Loading branch information
Domingor committed Apr 19, 2024
1 parent 5e6284b commit bb235a2
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 bb235a2

Please sign in to comment.