Skip to content

Commit

Permalink
Fix it better ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleewho committed Sep 22, 2023
1 parent 969ddef commit dcb5113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history_request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func TestHistoryEncrypt(t *testing.T) {
pnconfig := NewDemoConfig()
pnconfig.CipherKey = "testCipher"
pnconfig.UseRandomInitializationVector = false
pubnub = NewPubNub(pnconfig)
pubnub := NewPubNub(pnconfig)

jsonString := []byte(`[["MnwzPGdVgz2osQCIQJviGg=="],14991775432719844,14991868111600528]`)

Expand Down

0 comments on commit dcb5113

Please sign in to comment.