Skip to content

migrate erc1154 ut part 2 - #147

Merged
gfournierPro merged 13 commits into
developfrom
feature/migrate-erc1154-UT-part-2
Oct 25, 2024
Merged

migrate erc1154 ut part 2 #147
gfournierPro merged 13 commits into
developfrom
feature/migrate-erc1154-UT-part-2

Conversation

@gfournierPro

Copy link
Copy Markdown
Contributor

Migrate result test/ERC1154/resultFor.js.skip

@codecov

codecov Bot commented Oct 22, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.58%. Comparing base (304b595) to head (38c1082).
Report is 14 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #147   +/-   ##
========================================
  Coverage    84.58%   84.58%           
========================================
  Files           35       35           
  Lines         1077     1077           
  Branches       201      221   +20     
========================================
  Hits           911      911           
  Misses         166      166           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment thread test/byContract/IexecAccessors/IexecAccessors.test.ts Outdated
Comment thread test/byContract/IexecAccessors/IexecAccessors.test.ts Outdated
const task = await iexecPocoAsAnyone.viewTask(taskId);
await expect(task.status).to.equal(TaskStatusEnum.COMPLETED);
await expect(await iexecPocoAsAnyone.callStatic.resultFor(taskId)).to.equal('0x');
});

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the test with result callback is missing

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add callback in buildOrders(..)?

Comment thread test/byContract/IexecAccessors/IexecAccessors.test.ts Outdated
Comment thread test/byContract/IexecAccessors/IexecAccessors.test.ts Outdated
Comment thread test/byContract/IexecAccessors/IexecAccessors.test.ts Outdated
const task = await iexecPocoAsAnyone.viewTask(taskId);
await expect(task.status).to.equal(TaskStatusEnum.COMPLETED);
await expect(await iexecPocoAsAnyone.callStatic.resultFor(taskId)).to.equal('0x');
});

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add callback in buildOrders(..)?

Comment thread test/byContract/IexecAccessors/IexecAccessors.test.ts Outdated

@james-toussaint james-toussaint left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🙏

Comment thread test/byContract/IexecAccessors/IexecAccessors.test.ts
Comment thread test/byContract/IexecAccessors/IexecAccessors.test.ts Outdated
@gfournierPro
gfournierPro merged commit 778b8cf into develop Oct 25, 2024
@gfournierPro
gfournierPro deleted the feature/migrate-erc1154-UT-part-2 branch October 25, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants