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

Commit

Permalink
chore: staticheck
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 16, 2021
1 parent e48e71f commit 65993f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ func TestPubSub(t *testing.T) {
s := NewShell(shellUrl)

var (
topic = fmt.Sprintf("test\n topic\r\t with unsafe bytes")
payload1 = fmt.Sprintf("Hello\r\nWorld\t!")
payload2 = fmt.Sprintf("Hallo\r\nWelt\t!!11oneonę")
topic = "test\n topic\r\t with unsafe bytes"
payload1 = "Hello\r\nWorld\t!"
payload2 = "Hallo\r\nWelt\t!!11oneonę"

sub *PubSubSubscription
err error
Expand Down

0 comments on commit 65993f9

Please sign in to comment.