Skip to content

Commit 7ecc365

Browse files
committed
fix(whatsapp): remove empty TestChatName stub
1 parent 9786b9b commit 7ecc365

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/whatsapp/sync_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,3 @@ func TestTruncate(t *testing.T) {
168168
}
169169
}
170170

171-
func TestChatName(t *testing.T) {
172-
// chatName is not exported, but we test it via the events.Message path.
173-
// For now, test the helper directly since we're in the same package.
174-
// chatName returns push name for non-group chats.
175-
}

0 commit comments

Comments
 (0)