Skip to content

Commit d8a4b59

Browse files
committed
Missing return statement
1 parent f1b60d8 commit d8a4b59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android-junit5/src/test/groovy/de/mannodermaus/gradle/plugins/android_junit5/util/TestEnvironment.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ class TestEnvironment {
6767
"it doesn't include the required 'sdk.dir' statement, " +
6868
"or there is no ANDROID_HOME environment variable!")
6969
}
70+
71+
return folder
7072
}
7173

7274
@Nullable

0 commit comments

Comments
 (0)