Skip to content

Commit 62f8bdb

Browse files
committed
peek_push_notification_test: revert prev formatting
1 parent bac61cd commit 62f8bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/proto/peek_push_notification_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func createValidPushNotification(notificationName, data string) *bytes.Buffer {
302302
// Single element notification
303303
buf.WriteString(">1\r\n")
304304
if simpleOrString {
305-
fmt.Fprint(buf, defMsg)
305+
fmt.Fprintf(buf, "+%s\r\n", notificationName)
306306
} else {
307307
fmt.Fprint(buf, defMsg)
308308
}

0 commit comments

Comments
 (0)