Skip to content

Commit 2586a3d

Browse files
committed
Fix ‘Not enough information to infer type variable T’
1 parent bedb544 commit 2586a3d

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+
emptySet<Map<ProjectPath, Project>>()
359359
)
360360
)
361361
}

0 commit comments

Comments
 (0)