fix(core): Better errors for common status codes fix

This commit is contained in:
Michael Kret
2023-05-03 12:45:44 +03:00
committed by GitHub
parent 570790ed0c
commit 700cc39cbc
2 changed files with 8 additions and 4 deletions

View File

@@ -61,7 +61,6 @@ describe('NodeErrors tests', () => {
it('should return default message for ECONNREFUSED', () => {
const nodeApiError = new NodeApiError(node, {
status: 'rejected',
message: 'ECONNREFUSED',
});