Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Apr 8, 2019
1 parent 844f4ac commit d8a2d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/theme/components/select/select.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ describe('Component: NbSelectComponent', () => {
expect(selectButton.textContent).toEqual(selectedOption.value.toString());
}));

it(`should not call dispose on initialized resources`, () => {
it(`should not call dispose on uninitialized resources`, () => {
const selectFixture = new NbSelectComponent(null, null, null, null, null, null);
expect(() => selectFixture.ngOnDestroy()).not.toThrow();
});
Expand Down

0 comments on commit d8a2d4e

Please sign in to comment.