Skip to content

Commit

Permalink
#3745 fix kotlin style violations
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaG committed Sep 30, 2024
1 parent 68232a7 commit 9feed7a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class MergeFilterTest {

@Test
fun `should warn if no top-level overlap and ask user to force merge`() {

mockkObject(ParserDialog)
every {
ParserDialog.askForceMerge()
Expand All @@ -141,7 +140,6 @@ class MergeFilterTest {

@Test
fun `should cancel merge if no top-level overlap and user declines force merge`() {

mockkObject(ParserDialog)
every {
ParserDialog.askForceMerge()
Expand Down

0 comments on commit 9feed7a

Please sign in to comment.