Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix output of calculateShards() when all tests are filtered out (#…
…2129) When all tests were filtered out, it would throw an error `Invalid shard time`. ## Test Plan > How do we know the code works? Create a test apk with one test class with an annotation, and `@Ignored`. Filter the tests using that annotation. Console should print out `No tests for ...` instead of crashing with `Invalid shard time`. ## Checklist Couldn't find existing tests for this class.
- Loading branch information