Update mobile bindings

This commit is contained in:
Neil Alexander 2023-05-14 10:16:33 +01:00
parent 669e61af9a
commit c7ea223a9a
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 14 additions and 7 deletions

View file

@ -9,7 +9,7 @@ func TestStartYggdrasil(t *testing.T) {
}
t.Log("Address:", ygg.GetAddressString())
t.Log("Subnet:", ygg.GetSubnetString())
t.Log("Coords:", ygg.GetCoordsString())
t.Log("Routing entries:", ygg.GetRoutingEntries())
if err := ygg.Stop(); err != nil {
t.Fatalf("Failed to stop Yggdrasil: %s", err)
}