Skip to content

Commit cef5e51

Browse files
Fix test failing (#281)
1 parent b826d47 commit cef5e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ class AffectedModuleDetectorImplTest {
355355
MatcherAssert.assertThat(
356356
detector.affectedProjects,
357357
CoreMatchers.`is`(
358-
emptySet()
358+
emptyMap()
359359
)
360360
)
361361
}

0 commit comments

Comments
 (0)