From 617c2ba578907b63cb8385149cd35199200a8bfc Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 23 Oct 2024 16:43:02 +1100 Subject: [PATCH] chore: test cleanup --- thermion_dart/test/input_handlers.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/thermion_dart/test/input_handlers.dart b/thermion_dart/test/input_handlers.dart index 3eb7ccd0..87ae06a3 100644 --- a/thermion_dart/test/input_handlers.dart +++ b/thermion_dart/test/input_handlers.dart @@ -24,8 +24,6 @@ void main() { when(mockViewer.getCameraViewMatrix()).thenAnswer((_) async => Matrix4.identity()); when(mockViewer.getCameraModelMatrix()).thenAnswer((_) async => Matrix4.translationValues(0, 0, 5)); when(mockViewer.getCameraProjectionMatrix()).thenAnswer((_) async => Matrix4.identity()); - mockViewer.viewportDimensions = (800, 600); - mockViewer.pixelRatio = 1.0; delegate = FixedOrbitRotateInputHandlerDelegate( mockViewer,