Skip to content

Commit d9a8525

Browse files
committed
Fix unit test reagrding incorrect translation
1 parent 88eab4a commit d9a8525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest-unit/app.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('the App module', () => {
7474
});
7575

7676
it('configures the router title', () => {
77-
expect(sut.router.title).toEqual('Transaltion Title');
77+
expect(sut.router.title).toEqual('Translation Title');
7878
});
7979

8080
it('should have a welcome route', () => {

0 commit comments

Comments
 (0)