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

Commit

Permalink
copylock fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iowar committed Oct 3, 2023
1 parent 8fa14a8 commit 839eebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/p2p/protobuf/protobuf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestProtobufEncodingDecoding(t *testing.T) {
}

if !bytes.Equal(testBytes, resBytes) {
t.Fatalf("expected %v, got %v", test, res)
t.Fatalf("expected %v, got %v", testBytes, resBytes)
}
})
}

0 comments on commit 839eebe

Please sign in to comment.