Skip to content

Commit 87fddd9

Browse files
committed
Update error comment
1 parent 053f5a2 commit 87fddd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('Integrator SDK', () => {
8383
await integrator.scenarios.run(1, {});
8484
throw new Error('Should throw an error.');
8585
} catch (err: unknown) {
86-
if (!(err instanceof IntegratorError)) throw new Error('Should throw MakeError.');
86+
if (!(err instanceof IntegratorError)) throw new Error('Should throw IntegratorError.');
8787

8888
expect(err.name).toBe('MakeError');
8989
expect(err.message).toBe('Validation failed for 1 parameter(s).');

0 commit comments

Comments
 (0)