Skip to content

Commit

Permalink
fixed merge error (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed Jun 1, 2014
1 parent b9afc31 commit f529583
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ List<FrameworkMethod> generateExplodedTestMethodsFor(List<FrameworkMethod> testM
} else {
result.addAll(explodeTestMethod(testMethod, dataProvider));
}
} else {
result.addAll(explodeTestMethod(testMethod, dataProviderMethod));
}
}
return result;
Expand Down

0 comments on commit f529583

Please sign in to comment.