From b16d46acc12c1070cdd8dab0363a4e6222f6be85 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 5 Dec 2024 15:08:01 -0500 Subject: [PATCH] quickfix test --- python/tests/nistoar/midas/dbio/test_inmem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tests/nistoar/midas/dbio/test_inmem.py b/python/tests/nistoar/midas/dbio/test_inmem.py index 76274e6..3517ae3 100644 --- a/python/tests/nistoar/midas/dbio/test_inmem.py +++ b/python/tests/nistoar/midas/dbio/test_inmem.py @@ -31,7 +31,7 @@ class TestInMemoryDBClientFactory(test.TestCase): def setUp(self): self.cfg = {"goob": "gurn"} self.fact = inmem.InMemoryDBClientFactory( - self.cfg, {"nextnum": {"hank": 2}}) + self.cfg,_dbdata= {"nextnum": {"hank": 2}}) def test_ctor(self): self.assertEqual(self.fact._cfg, self.cfg)