diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-06 12:42:06 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-06 12:42:06 +0300 |
| commit | 4af866079c3f21eab12b02c3158567539ca40c50 (patch) | |
| tree | d428557aae121ba89e66c728240723a9c4e718ec /bot_test.go | |
| parent | 478a505869bf26b15dcbc77feb2c09c1f2ff4aac (diff) | |
Chore: linter complaints
Diffstat (limited to 'bot_test.go')
| -rw-r--r-- | bot_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
