Skip to content

Commit de1eb38

Browse files
authored
chore: test refers to an array
1 parent b87164f commit de1eb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mock-addon/src/utils/validator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ describe('Validator', () => {
175175
expect(actual).toEqual([]);
176176
});
177177

178-
it('should return empty error if response is an object', () => {
178+
it('should return empty error if response is an array', () => {
179179
const mock = {
180180
url: 'https://jsonplaceholder.typicode.com/todos/:id',
181181
method: 'GET',

0 commit comments

Comments
 (0)