From 1ca7014ea1369f87226181809e3aa11397fabf22 Mon Sep 17 00:00:00 2001
From: Lorenzo Zolfanelli <lorenzo.zolfanelli@espci.psl.eu>
Date: Thu, 18 Jan 2024 16:39:23 +0100
Subject: [PATCH] test: make tests work with new metadatas

---
 src/zolfa/nd2reader/artificial.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/zolfa/nd2reader/artificial.py b/src/zolfa/nd2reader/artificial.py
index 8c72ff2..9c1a93d 100644
--- a/src/zolfa/nd2reader/artificial.py
+++ b/src/zolfa/nd2reader/artificial.py
@@ -240,6 +240,8 @@ class ArtificialND2(object):
                         b'a0': {
                             b'sDescription': b'TRITC',
                         }
+                    },
+                    b'sSampleSetting': {
                     }
                 },
         }
-- 
GitLab