Skip to content

Commit

Permalink
feat(CCS-001): updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberT33N authored and CyberT33N committed Oct 10, 2024
1 parent 2b2e3cb commit c45ef7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ describe('Any test block', () => {
assert.fail('This line should not be reached')
} catch (err) {
if (err instanceof BaseError) {
const typedErr: BaseError = err
const typedErr = err

expect(typedErr.error).toEqual(error)
expect(typedErr.message).toBe(errMsg)
Expand Down

0 comments on commit c45ef7c

Please sign in to comment.