Skip to content

Commit

Permalink
test failure detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant-Chavan committed Mar 14, 2020
1 parent d511a52 commit 4583d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tests/ontology_query_interface_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def setUp(self):

def test_get_classes(self):
validation_data = ['Drinkware', 'Furniture', 'Location', 'Mug',
'Object', 'Room', 'Table', 'WorkTable']
'Object', 'Room', 'Table', 'WorkTabl']
acquired_data = sorted(self.ont_if.get_classes())
self.assertEqual(acquired_data, validation_data)

Expand Down

0 comments on commit 4583d95

Please sign in to comment.