godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.74k stars 575 forks source link

Fix tests after upstream change to `Node::to_string()` #1486

Closed dsnopek closed 5 months ago

dsnopek commented 5 months ago

Our tests are failing after Godot PR https://github.com/godotengine/godot/pull/92827 was merged

This PR fixes the tests!