Skip to content

Commit 52e21a0

Browse files
committed
Merge pull request #46 from elevenfive/patch-1
Fix typos
2 parents 77d01b1 + 0406740 commit 52e21a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ task wrapper(type: Wrapper) {
2727
}
2828

2929
task runDomainUnitTests(dependsOn: [':domain:test']) {
30-
description 'Run unit tests for both domain and data layers.'
30+
description 'Run unit tests for the domain layer.'
3131
}
3232

3333
task runDataUnitTests(dependsOn: [':data:cleanTestDebug', ':data:testDebug']) {
34-
description 'Run unit tests for both domain and data layers.'
34+
description 'Run unit tests for the data layer.'
3535
}
3636

3737
task runUnitTests(dependsOn: ['runDomainUnitTests', 'runDataUnitTests']) {

0 commit comments

Comments
 (0)