summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-25 10:38:11 -0600
committermo khan <mo@mokhan.ca>2025-04-25 10:38:11 -0600
commitdc508adae977d632570e88631e829b8143bc0d2d (patch)
tree7e1c0ebfdd5487f90fa39e2125588993aabe0f00 /pkg
parent470d99d532a6a9c48f051a2c49db6bc5f4cc3834 (diff)
feat: display author information
Diffstat (limited to 'pkg')
-rw-r--r--pkg/domain/user_test.go2
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")