diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-01-17 13:03:30 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-01-17 13:03:30 +0300 |
| commit | 3e2a1b6f9975aaa2b9cb45bcb77aac146a37fd3c (patch) | |
| tree | 04b45c7f86b70ae47491cb057521a8f9387fe5b1 /bot_test.go | |
| parent | 0fb59210045792433a7a3796046c8383f2bb8824 (diff) | |
Fix: KnowTo is added only if tag present
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 d5b4b0a..3dabc15 100644 --- a/bot_test.go +++ b/bot_test.go @@ -436,7 +436,7 @@ func TestProcessMessageTag(t *testing.T) { wantMsg: models.RoleMsg{ Role: "Alice", Content: "Hello everyone", - KnownTo: []string{"Alice"}, + KnownTo: nil, }, }, { |
