From dc508adae977d632570e88631e829b8143bc0d2d Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 25 Apr 2025 10:38:11 -0600 Subject: feat: display author information --- pkg/domain/user_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/domain') 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") -- cgit v1.2.3