Fixed minor bugs
This commit is contained in:
@@ -89,7 +89,7 @@ def test_i_can_eval_expression_with_that_references_concepts():
|
||||
:return:
|
||||
"""
|
||||
context = get_context()
|
||||
context.sheerka.add_in_cache(Concept("foo", body=1))
|
||||
context.sheerka.add_in_cache(Concept("foo", body="1"))
|
||||
|
||||
parsed = PythonParser().parse(context, "foo + 2")
|
||||
evaluated = PythonEvaluator().eval(context, parsed)
|
||||
|
||||
Reference in New Issue
Block a user