Skip to content

Commit 98b8f8c

Browse files
committed
Added Mock Tests for ClassPropertiesValue get_property_value
1 parent 8994203 commit 98b8f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hydra_agent/tests/test_querying.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def test_get_property_value(self):
268268
# asserting that connection.sadd was not called
269269
connection_mock.sadd.assert_not_called()
270270

271-
def smembers_mock_func_else(self):
271+
def smembers_mock_func_else(self, inp):
272272
return []
273273

274274
def test_get_property_value_else(self):

0 commit comments

Comments
 (0)