log the actual bytes in the test for now, make sure they're really there
This commit is contained in:
@@ -98,6 +98,7 @@ func TestCreateRouterInfo(t *testing.T) {
|
||||
|
||||
t.Run("Serialize and Deserialize RouterInfo", func(t *testing.T) {
|
||||
routerInfoBytes, err := routerInfo.Bytes()
|
||||
t.Log(routerInfoBytes)
|
||||
if err != nil {
|
||||
t.Fatalf("Failed to write RouterInfo to bytes: %v\n", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user