Fixed #134 : Regression on objects filtering using 'where'
This commit is contained in:
@@ -30,9 +30,10 @@ class TestSheerkaNonRegPipeFunctions(TestUsingMemoryBasedSheerka):
|
||||
def test_i_can_filter_using_sheerka_methods(self):
|
||||
init = [
|
||||
"def concept one as 1",
|
||||
"def concept foo",
|
||||
"def concept number",
|
||||
"set_isa(one, number)",
|
||||
"add_to_memory('x', [one])"
|
||||
"add_to_memory('x', [one, foo])"
|
||||
]
|
||||
|
||||
sheerka = self.init_scenario(init, global_truth=True)
|
||||
|
||||
Reference in New Issue
Block a user