From 150c0227c8ecc2abbe60eb506210183d8c691bd7 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 4 Jun 2025 11:08:13 +0800 Subject: [PATCH] (test) remove group from asset_tests --- thermion_dart/test/asset_tests.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); }); - }); + }