Skip to content

Commit 2c3a056

Browse files
committed
build: fix typo in test-report/build.gradle
- Remove space
1 parent 85123f6 commit 2c3a056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-report/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
reporting {
1818
reports {
1919
testAggregateTestReport(AggregateTestReport) {
20-
testType = TestSuiteType. UNIT_TEST
20+
testType = TestSuiteType.UNIT_TEST
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)