Skip to content

Commit

Permalink
Fix test failing (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshafeinberg authored Jan 29, 2025
1 parent b826d47 commit cef5e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ class AffectedModuleDetectorImplTest {
MatcherAssert.assertThat(
detector.affectedProjects,
CoreMatchers.`is`(
emptySet()
emptyMap()
)
)
}
Expand Down

0 comments on commit cef5e51

Please sign in to comment.