Skip to content

Commit

Permalink
quickfix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Dec 5, 2024
1 parent 66920fe commit b16d46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/nistoar/midas/dbio/test_inmem.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b16d46a

Please sign in to comment.