mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
tslint arrow-parens rule (#4003)
This commit is contained in:
@@ -48,7 +48,7 @@ describe('PeopleListComponent', () => {
|
||||
let row = new ObjectDataRow(fakeUser);
|
||||
let rowEvent = new DataRowEvent(row, null);
|
||||
|
||||
peopleListComponent.clickRow.subscribe(selectedUser => {
|
||||
peopleListComponent.clickRow.subscribe((selectedUser) => {
|
||||
expect(selectedUser.id).toEqual(1);
|
||||
expect(selectedUser.email).toEqual('fake@mail.com');
|
||||
expect(peopleListComponent.user.id).toEqual(1);
|
||||
|
Reference in New Issue
Block a user