diff --git a/thermion_dart/test/asset_tests.dart b/thermion_dart/test/asset_tests.dart index 3c8cc43c..0452363f 100644 --- a/thermion_dart/test/asset_tests.dart +++ b/thermion_dart/test/asset_tests.dart @@ -8,7 +8,7 @@ import 'helpers.dart'; void main() async { final testHelper = TestHelper("assets"); await testHelper.setup(); - group("assets", () { + test('load/clear skybox', () async { await testHelper.withViewer((viewer) async { await viewer.loadSkybox( @@ -114,5 +114,5 @@ void main() async { await testHelper.capture(viewer.view, "assets_destroyed"); }, cameraPosition: Vector3(0, 0, 5)); }); - }); + }