Skip to content

Commit 296c8c2

Browse files
committed
fix: update-storage-client-error-handling
1 parent 3069887 commit 296c8c2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/sdk-utilities/src/lib/error/error.utils.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,13 @@ describe('isGenericError', () => {
157157
});
158158

159159
it('isGenericError_ObjectWithNonStringType_ReturnsFalse', () => {
160-
// Arrange
161160
const value = {
162161
error: 'storage_error',
163162
type: 123,
164163
};
165164

166-
// Act
167165
const result = isGenericError(value);
168166

169-
// Assert
170167
expect(result).toBe(false);
171168
});
172169

0 commit comments

Comments
 (0)