From 0fa58b727f1d7cab4aa2e29516ac3492cedfac31 Mon Sep 17 00:00:00 2001
From: Ashwin Kumar Karnad <ashwin-kumar.karnad@mpsd.mpg.de>
Date: Tue, 6 Jun 2023 13:46:06 +0000
Subject: [PATCH] Correction from Ashwin

---
 tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests.py b/tests.py
index 2bcf721..ec01d01 100644
--- a/tests.py
+++ b/tests.py
@@ -322,7 +322,7 @@ def test_metadata_logging(tmp_path):
     mod.set_up_logging(loglevel="debug", filename=filename)
 
     # our test data
-    keys = ["important_key", "important_value2"]
+    keys = ["important_key", "important_key2"]
     values = ["important_value", "important_value2"]
 
     expected_log_entries = []
-- 
GitLab