re-wrote tests for methods copy and extractSubstructure based on Hamc…#895
Conversation
…rest's assertThat
egonw
left a comment
There was a problem hiding this comment.
I scrolled through it, and the restructuring is clear and I did not spot transcription errors.
|
@johnmay, am I blind, or did the tests not run on this? I don't see the test/coverage reports... |
|
@egonw Nope, tests didn't run 🤷🏼 |
I cannot find how to manually get it started. Normally there is an option to run it. But not here. Maybe because this is a PR on a PR? |
|
I tested it locally with Java11 and that does not give failing tests. |
I did the same on Java 17, all good 🟢 |
|
Could be the permissions changes to the workflow that were suggested. |
|
Or maybe it's because this is a PR into another PR. |
|
The assertThat was just a suggestion BTW - didn't expect to use it :-) |
…rest's assertThat