Skip to content

Commit c6a636b

Browse files
committed
docs(AbstractDependencyNavigatorTest): Trivially add a dash to a test name
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 6e8fcca commit c6a636b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/test/kotlin/AbstractDependencyNavigatorTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ abstract class AbstractDependencyNavigatorTest : WordSpec() {
247247
)
248248
}
249249

250-
"find all the sub projects of a project" {
250+
"find all the sub-projects of a project" {
251251
val projectId = Identifier("SBT:com.pbassiner:multi1_2.12:0.1.0-SNAPSHOT")
252252
testResult.getProject(projectId) shouldNotBeNull {
253253
val subProjectIds = navigator.projectDependencies(this, matcher = MATCH_SUB_PROJECTS)

0 commit comments

Comments
 (0)