Skip to content

Commit 1d6f2ec

Browse files
committed
Tweak expectation
1 parent a579f6f commit 1d6f2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/components/spinner/spinner.component.outlet.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('SpinnerComponentOutlet', () => {
5050
expect(element.className).toBe('sk-child sk-bounce1');
5151
});
5252

53-
it('should force [spinner] to null if entryComponent is defined', () => {
53+
it('should force [spinner] to null if [entryComponent] is defined', () => {
5454
component.isSpinnerVisible = true;
5555
component.spinner = 'whatever';
5656
component.entryComponent = SkThreeBounceComponent;

0 commit comments

Comments
 (0)