correction of expect at acl directive unit test

This commit is contained in:
Carlos 2017-10-19 15:41:58 +02:00
parent 94bfe50818
commit e8473d56fb
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ describe('Directive acl', () => {
let input = element.find('input');
expect(input).toBeDefined();
expect(input.attr('disabled')).toBeTruthy();
expect(input.attr('disabled')).toBeFalsy();
});
});