Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Nov 9, 2022
1 parent 4850c0c commit b39bfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.resolver.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('AppResolver', () => {

describe('version', () => {
it('should return the current version', () => {
expect(resolver.version()).toEqual('v1.0.3')
expect(resolver.version()).toEqual('v1.0.4')
})
})
})

0 comments on commit b39bfd4

Please sign in to comment.