Skip to content

Commit 37cec9b

Browse files
Yalianmmaquina
andauthored
Update src/app/modules/internet-connection-status/internet-connection-directives/slow.directive.spec.ts
Co-authored-by: mmaquina <[email protected]>
1 parent e88247c commit 37cec9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/modules/internet-connection-status/internet-connection-directives/slow.directive.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('FastDirective', () => {
88
});
99
});
1010
it('should create an instance', () => {
11-
const directive = new SlowDirective(undefined);
12-
expect(directive).toBeTruthy();
11+
const directive = new SlowDirective(undefined);
12+
expect(directive).toBeTruthy();
1313
});
1414
});

0 commit comments

Comments
 (0)