Skip to content

Commit

Permalink
PSM-1134 Drop excess test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jan 3, 2022
1 parent 626d740 commit fdd738c
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,21 +224,4 @@ void replacement() {
"}")
.doTest(TestMode.TEXT_MATCH);
}

@Test
void exemptions() {
refactoringTestHelper
.addInputLines(
"in/A.java",
"import org.springframework.http.MediaType;",
"",
"class A { ",
" void exemptions() {",
" MediaType mediaType1 = MediaType.ALL;",
" MediaType mediaType2 = MediaType.valueOf(\"\");",
" }",
"}")
.expectUnchanged()
.doTest(TestMode.TEXT_MATCH);
}
}

0 comments on commit fdd738c

Please sign in to comment.