chore: test cleanup

This commit is contained in:
Nick Fisher
2024-10-23 16:43:02 +11:00
parent 5476c6248c
commit 617c2ba578

View File

@@ -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,