Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[E2E alternative backend]: Make tests generic over client #1867

Merged

Conversation

pmikolajczyk41
Copy link
Member

@pmikolajczyk41 pmikolajczyk41 commented Aug 3, 2023

Small PR making all the e2e integration tests generic over backend trait.

Note: Since the testcase signature is partly abandoned, the generic bound Client: E2EBackend is not necessary (even import is not needed). However, I left it anyway for transparency.

Note: These testcases have to be generic, since E2EBackend is not object safe trait (nor are ChainBackend and ContractsBackend).

@pmikolajczyk41 pmikolajczyk41 marked this pull request as ready for review August 4, 2023 07:36
Copy link
Contributor

@SkymanOne SkymanOne left a comment

Choose a reason for hiding this comment

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

Please add a changelog entry and we are good to go

@pmikolajczyk41
Copy link
Member Author

sure thing - new entry added!

@SkymanOne SkymanOne merged commit 3d6784c into use-ink:master Aug 4, 2023
@pmikolajczyk41 pmikolajczyk41 deleted the pmikolajczyk41/get-trait-in-e2e branch August 4, 2023 14:00
@SkymanOne SkymanOne mentioned this pull request Mar 4, 2024
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.

2 participants