Skip to content

Commit 9ab9943

Browse files
committed
Fix missing typo
1 parent bb59357 commit 9ab9943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

affectedmoduledetector/src/test/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleConfigurationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class AffectedModuleConfigurationTest {
4646
@Test
4747
fun `GIVEN AffectedModuleConfiguration WHEN log folder is set THEN log folder is set`() {
4848
// GIVEN
49-
val sample = "sammple"
49+
val sample = "sample"
5050

5151
// WHEN
5252
config.logFolder = sample

0 commit comments

Comments
 (0)