Ethan Chen

Results 1 issues of Ethan Chen

Fixed a flaky test in `com.github.ferstl.depgraph.GraphIntegrationTest.graphInJson`. - To identify the flaky test, execute the following [nondex](https://github.com/TestingResearchIllinois/NonDex) command after compiling the module: ```shell mvn edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.github.ferstl.depgraph.GraphIntegrationTest#graphInJson ``` - The test instability...