diff --git a/thermion_dart/test/postprocessing_tests.dart b/thermion_dart/test/postprocessing_tests.dart index 725bde5e..5eb4ac1e 100644 --- a/thermion_dart/test/postprocessing_tests.dart +++ b/thermion_dart/test/postprocessing_tests.dart @@ -36,7 +36,7 @@ void main() async { await view.setDithering(false); expect(await view.isDitheringEnabled(), false); await testHelper.capture(viewer.view, "dithering_disabled"); - }, cameraPosition: Vector3(0, 0, 3)); + }); }); test('bloom', () async {