fix breadcrumb test

This commit is contained in:
Eugenio Romano
2017-06-23 15:20:09 +02:00
parent 0a7c8c99be
commit 6f6a0aca5d
2 changed files with 16 additions and 17 deletions

View File

@@ -61,7 +61,6 @@ describe('Breadcrumb', () => {
component.root = 'default';
component.ngOnChanges({'folderNode': change});
console.log(component.route);
expect(component.route[0].name).toBe('default');
});