-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix number of chains print method #362
Conversation
Code Coverage Summary
Diff against main
Results for commit: e7cda27 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! @gowerc
Unit Tests Summary 1 files 140 suites 7m 42s ⏱️ Results for commit e7cda27. |
Unit Test Performance Difference
Additional test case details
Results for commit 08f6410 ♻️ This comment has been updated with latest results. |
Closes #356
Minor side effect was that the main test object I have (which is shared across many tests) only used 1 chain so I had to increase that to 2 for the snapshots to show this change is working; but by doing so it impacted some other snapshot tests which I had to update accordingly.