mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 12:02:56 +02:00
multi: formatting and comment fixes
This commit is contained in:
@@ -258,7 +258,6 @@ func TestReadResponse(t *testing.T) {
|
||||
for _, tc := range testCase {
|
||||
tc := tc
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
|
||||
// Let the server mocks a given response.
|
||||
_, err := server.Write([]byte(tc.serverResp))
|
||||
require.NoError(t, err, "server failed to write")
|
||||
|
Reference in New Issue
Block a user