From ccef1c361911931ed56744efc2590ce824be0449 Mon Sep 17 00:00:00 2001
From: Lutz Helm <helm@ub.uni-leipzig.de>
Date: Mon, 8 Mar 2021 18:17:54 +0100
Subject: [PATCH] Provide a view type for miradorAnnotationPlugin test

---
 __tests__/miradorAnnotationPlugin.test.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/__tests__/miradorAnnotationPlugin.test.js b/__tests__/miradorAnnotationPlugin.test.js
index 52b97c9..59a0d75 100644
--- a/__tests__/miradorAnnotationPlugin.test.js
+++ b/__tests__/miradorAnnotationPlugin.test.js
@@ -12,6 +12,8 @@ function createWrapper(props) {
       targetProps={{}}
       addCompanionWindow={jest.fn()}
       receiveAnnotation={jest.fn()}
+      switchToSingleCanvasView={jest.fn()}
+      windowViewType="single"
       {...props}
     />,
   );
-- 
GitLab