Skip to content
Snippets Groups Projects
Commit 097abc6b authored by Nick Draper's avatar Nick Draper
Browse files

remove refernce to the property that has been removed

parent 997a2534
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class ConfigServiceTest(unittest.TestCase):
self.assertRaises(RuntimeError, config.getInstrument, "MadeUpInstrument")
def test_service_acts_like_dictionary(self):
test_prop = "algorithms.retained"
test_prop = "projectRecovery.secondsBetween"
self.assertTrue(config.hasProperty(test_prop))
dictcall = config[test_prop]
fncall = config.getString(test_prop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment