Skip to content
Snippets Groups Projects
Commit 2df5e824 authored by Jan Mach's avatar Jan Mach
Browse files

Merge branch 'hruska-bugfix-#6698-deprecated-function' into devel

(Redmine issue: #6698)
parents 30edb1ab 0ed97841
No related branches found
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ class TestMentatIdeaJSON(unittest.TestCase): ...@@ -255,7 +255,7 @@ class TestMentatIdeaJSON(unittest.TestCase):
# Two nodes but there is no name # Two nodes but there is no name
idea_internal = mentat.idea.internal.Idea(self.idea_raw_4) idea_internal = mentat.idea.internal.Idea(self.idea_raw_4)
with self.assertRaisesRegexp(KeyError, "Missing Node name"): with self.assertRaisesRegex(KeyError, "Missing Node name"):
idea_sqldb = mentat.idea.sqldb.Idea(idea_internal) idea_sqldb = mentat.idea.sqldb.Idea(idea_internal)
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
......
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