Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1fd8bd4

Browse filesBrowse files
committed
update servie
1 parent dac5759 commit 1fd8bd4
Copy full SHA for 1fd8bd4

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎projects/angular-cld/src/lib/cloudinary.service.spec.ts

Copy file name to clipboardExpand all lines: projects/angular-cld/src/lib/cloudinary.service.spec.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ describe('Cloudinary service', () => {
4343
crop: 'fill',
4444
responsive: true
4545
};
46-
expect(service.url(publicId, options)).toEqual(
46+
expect(service.url(publicId, options)).toContain(
4747
'http://res.cloudinary.com/service-test/image/upload/c_fill,w_100/image_public_id.jpg');
4848
});
4949

50-
describe('isJsonLikeString', () => {
50+
describe('isJsonLikeString ', () => {
5151
it('identifies strings that start with { and end with }', () => {
5252
expect(isJsonLikeString('{"a":"1", "b":"2"}')).toBeTruthy();
5353
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.