diff options
Diffstat (limited to 'install/ui/test/entity_tests.js')
-rw-r--r-- | install/ui/test/entity_tests.js | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/install/ui/test/entity_tests.js b/install/ui/test/entity_tests.js index f6554938..aa53613a 100644 --- a/install/ui/test/entity_tests.js +++ b/install/ui/test/entity_tests.js @@ -88,18 +88,15 @@ test('Testing IPA.entity_set_search_definition().', function() { var column = facet.get_columns()[0]; ok( column, - 'column is not null' - ); + 'column is not null'); equals( column.name, 'uid', - 'column.name' - ); + 'column.name'); equals( column.label, 'User login', - 'column.label' - ); + 'column.label'); }); |