Skip to content

Commit

Permalink
Merge pull request #76 from imagekit-developer/fix/release-and-ci
Browse files Browse the repository at this point in the history
fix: test case fo PR and version bump
  • Loading branch information
imagekitio authored Sep 1, 2023
2 parents bd20456 + cc686f3 commit 1e53cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imagekitio-angular",
"version": "2.0.0",
"version": "2.0.2",
"author": "ImageKit",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion sdk/tests/cypress/integration/IKUpload.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('ik-upload component', () => {
cy.wait(4000);

//Verify uploaded file
cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','/test');
cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','https://ik.imagekit.io/');
});
});
});

0 comments on commit 1e53cce

Please sign in to comment.