Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 65993f9

Browse files
committed
chore: staticheck
1 parent e48e71f commit 65993f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shell_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ func TestPubSub(t *testing.T) {
361361
s := NewShell(shellUrl)
362362

363363
var (
364-
topic = fmt.Sprintf("test\n topic\r\t with unsafe bytes")
365-
payload1 = fmt.Sprintf("Hello\r\nWorld\t!")
366-
payload2 = fmt.Sprintf("Hallo\r\nWelt\t!!11oneonę")
364+
topic = "test\n topic\r\t with unsafe bytes"
365+
payload1 = "Hello\r\nWorld\t!"
366+
payload2 = "Hallo\r\nWelt\t!!11oneonę"
367367

368368
sub *PubSubSubscription
369369
err error

0 commit comments

Comments
 (0)