Skip to content

Commit

Permalink
fixed ut
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrn authored and eromano committed Jul 13, 2020
1 parent 540e023 commit dfbb3ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { NO_ERRORS_SCHEMA, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
import { ContentTestingModule } from '../../../testing/content.testing.module';
import { TranslateModule } from '@ngx-translate/core';

describe('LibraryNameColumnComponent', () => {
describe('LibraryRoleColumnComponent', () => {
let fixture: ComponentFixture<LibraryRoleColumnComponent>;
let component: LibraryRoleColumnComponent;

Expand Down Expand Up @@ -96,6 +96,6 @@ describe('LibraryNameColumnComponent', () => {
component.displayText$.subscribe((val) => value = val);

fixture.detectChanges();
expect(value).toBe('');
expect(value).toBe('LIBRARY.ROLE.NONE');
});
});

0 comments on commit dfbb3ce

Please sign in to comment.