diff options
Diffstat (limited to 'pkg/domain')
| -rw-r--r-- | pkg/domain/user_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/user_test.go b/pkg/domain/user_test.go index 7bcd9d3..1576d6d 100644 --- a/pkg/domain/user_test.go +++ b/pkg/domain/user_test.go @@ -10,7 +10,7 @@ import ( func TestUser(t *testing.T) { t.Run("Sparkle", func(t *testing.T) { t.Run("returns a new Sparkle", func(t *testing.T) { - tanuki := &User{Username: "@tanuki"} + tanuki := &User{Username: "tanuki"} user := &User{} sparkle := user.Sparkle(tanuki.Username, "for helping me with my homework") |
