From 4af866079c3f21eab12b02c3158567539ca40c50 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Fri, 6 Feb 2026 12:42:06 +0300 Subject: Chore: linter complaints --- bot_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot_test.go') diff --git a/bot_test.go b/bot_test.go index 4cbe953..1710003 100644 --- a/bot_test.go +++ b/bot_test.go @@ -506,7 +506,7 @@ func TestProcessMessageTag(t *testing.T) { CharSpecificContextTag: tt.tag, } cfg = testCfg - got := processMessageTag(tt.msg) + got := processMessageTag(&tt.msg) if len(got.KnownTo) != len(tt.wantMsg.KnownTo) { t.Errorf("processMessageTag() KnownTo length = %v, want %v", len(got.KnownTo), len(tt.wantMsg.KnownTo)) t.Logf("got: %v", got.KnownTo) -- cgit v1.2.3