update tests

This commit is contained in:
Nick Fisher
2025-05-21 11:58:32 +08:00
parent 2dad04a354
commit e432b0be1d
3 changed files with 96 additions and 84 deletions

View File

@@ -29,7 +29,6 @@ void main() async {
await FilamentApp.instance!.requestFrame();
await testHelper.capture(viewer.view, "render_thread_2");
await viewer.dispose();
});
});
});