Skip to content

Commit b39bfd4

Browse files
committed
fix unit test
1 parent 4850c0c commit b39bfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.resolver.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('AppResolver', () => {
2424

2525
describe('version', () => {
2626
it('should return the current version', () => {
27-
expect(resolver.version()).toEqual('v1.0.3')
27+
expect(resolver.version()).toEqual('v1.0.4')
2828
})
2929
})
3030
})

0 commit comments

Comments
 (0)