diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-25 10:38:11 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-25 10:38:11 -0600 |
| commit | dc508adae977d632570e88631e829b8143bc0d2d (patch) | |
| tree | 7e1c0ebfdd5487f90fa39e2125588993aabe0f00 /pkg/domain | |
| parent | 470d99d532a6a9c48f051a2c49db6bc5f4cc3834 (diff) | |
feat: display author information
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") |
