diff --git a/thermion_dart/test/helpers.dart b/thermion_dart/test/helpers.dart index 9a343c1e..53fe8e0e 100644 --- a/thermion_dart/test/helpers.dart +++ b/thermion_dart/test/helpers.dart @@ -201,7 +201,7 @@ class TestHelper { /// Future createTexture(int width, int height, {bool depth = false}) async { - final object = ThermionTextureSwift.new1(); + final object = ThermionTextureSwift.new$(); object.initWithWidth_height_isDepth_(width, height, depth); return object; }