Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirDmitrienko committed Aug 15, 2024
1 parent e14bfda commit ba476e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private Set<ExclusiveResource> getClassResources(Class<?> testClass) {
private Set<ExclusiveResource> getMethodResources(Class<?> testClass) {
try {
return new TestMethodTestDescriptor( //
uniqueId, testClass, testClass.getDeclaredMethod("test"), configuration //
uniqueId, testClass, testClass.getDeclaredMethod("test"), configuration //
).getExclusiveResources();
}
catch (NoSuchMethodException e) {
Expand Down

0 comments on commit ba476e5

Please sign in to comment.