mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-05-25 16:00:35 +00:00
fix(tests): format error message
This commit is contained in:
@@ -1160,7 +1160,10 @@ func TestPreSend_ThoughtPlaceholderDeleteAndSkipsEdit(t *testing.T) {
|
||||
|
||||
msgIDs, handled := m.preSend(context.Background(), "test", msg, ch)
|
||||
if handled {
|
||||
t.Fatalf("expected thought message to fall through so the channel can send a structured message, got %v", msgIDs)
|
||||
t.Fatalf(
|
||||
"expected thought message to fall through so the channel can send a structured message, got %v",
|
||||
msgIDs,
|
||||
)
|
||||
}
|
||||
if ch.deleteCalls != 1 {
|
||||
t.Fatalf("expected placeholder deletion, got %d delete calls", ch.deleteCalls)
|
||||
|
||||
Reference in New Issue
Block a user