Skip to content

Commit 7a0f316

Browse files
committed
fix(tests): remove bench_decode tests
1 parent b23f43c commit 7a0f316

File tree

4 files changed

+34
-328
lines changed

4 files changed

+34
-328
lines changed

bench_decode_test.go

Lines changed: 0 additions & 316 deletions
This file was deleted.

push/processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func (v *VoidProcessor) ProcessPendingNotifications(_ context.Context, handlerCt
204204
func willHandleNotificationInClient(notificationType string) bool {
205205
switch notificationType {
206206
// Pub/Sub notifications - handled by pub/sub system
207-
case "message", // Regular pub/sub message
207+
case "message", // Regular pub/sub message
208208
"pmessage", // Pattern pub/sub message
209209
"subscribe", // Subscription confirmation
210210
"unsubscribe", // Unsubscription confirmation

0 commit comments

Comments
 (0)