Skip to content

Commit

Permalink
Revert "Fix for #120 when tests are run by Android runner"
Browse files Browse the repository at this point in the history
This reverts commit f65a5f4.
  • Loading branch information
kompacher committed Sep 21, 2018
1 parent 3c3b179 commit 433961e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ public Description getDescriptionFor(FrameworkMethod method) {
}

private boolean wasInvoked(ParameterisedTestMethodRunner runner) {
return runner != null && runner.count() != 0;
return runner != null;
}
}

This file was deleted.

0 comments on commit 433961e

Please sign in to comment.