mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-31 15:14:26 +01:00
lint: gocritic: silence append func warning
This commit is contained in:
@@ -86,7 +86,7 @@ func TestHashMailServerReturnStream(t *testing.T) {
|
||||
|
||||
// Send then receive yet another message to make sure the stream is
|
||||
// still operational.
|
||||
testMessage2 := append(testMessage, []byte("test")...)
|
||||
testMessage2 := append(testMessage, []byte("test")...) //nolint:gocritic
|
||||
err = writeStream.Send(&hashmailrpc.CipherBox{
|
||||
Desc: testStreamDesc,
|
||||
Msg: testMessage2,
|
||||
|
||||
Reference in New Issue
Block a user