Skip to content

Commit 3f9a485

Browse files
fix failing test
1 parent 1a7ef2c commit 3f9a485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__TESTS__/unit/urlConfig.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ describe('It tests a combination of Cloudinary URL and Configuration', () => {
168168
expect(conf.shorten).toBe(true);
169169
expect(conf.signUrl).toBe(true);
170170
expect(conf.useRootPath).toBe(true);
171-
expect(conf.setUrlSearchParams).toEqual({foo: 'bar', baz: 111, dummy: true});
171+
expect(conf.urlSearchParams).toEqual({foo: 'bar', baz: 111, dummy: true});
172172
});
173173
});

0 commit comments

Comments
 (0)