Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 8e72ca6

Browse files
committed
Polish and remove lint error
- remove lint error for #398
1 parent 064f9dd commit 8e72ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/streams/stream-graph-view/stream-graph-view.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('StreamGraphViewComponent', () => {
5454
it('check stream in the view', (done) => {
5555
component.dsl = 'http';
5656
fixture.detectChanges();
57-
let subscription = component.flo.textToGraphConversionSubject.subscribe(() => {
57+
const subscription = component.flo.textToGraphConversionSubject.subscribe(() => {
5858
subscription.unsubscribe();
5959
expect(component.flo.getGraph().getElements().length).toEqual(1);
6060
done();

0 commit comments

Comments
 (0)