Skip to content

Commit 16a65fe

Browse files
committed
Looks like workflow works. If tests pass or fail then UI indicates it on the PR.
1 parent 66aec67 commit 16a65fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ describe('AppComponent', () => {
1414
it('should create the app', () => {
1515
const fixture = TestBed.createComponent(AppComponent);
1616
const app = fixture.componentInstance;
17-
expect(app).toBeFalsy();
17+
expect(app).toBeTruthy();
1818
});
1919
});

0 commit comments

Comments
 (0)