Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jan 9, 2025
1 parent 38e9dde commit 2652bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/verifier/proxy/stateHandler/stateHandler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('#createProxyStateHandler', () => {
context('when there is a problem with a state handler', () => {
const badStateHandlers: StateHandlers = {
'thing exists': {
setup: () => Promise.reject('bad'),
setup: () => Promise.reject(new Error('bad')),
},
};

Expand Down

0 comments on commit 2652bdf

Please sign in to comment.