log the actual bytes in the test for now, make sure they're really there

This commit is contained in:
eyedeekay
2024-11-09 13:39:38 -05:00
parent 69a50e2035
commit 8bec47efd2

View File

@@ -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)
}