Skip to content

Commit

Permalink
Simplify another test
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored and Stephan202 committed Sep 20, 2022
1 parent 15a3f9c commit 60d2bce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ void identification() {
void replacement() {
refactoringTestHelper
.addInputLines(
"in/pkg/A.java",
"pkg/A.java",
"package pkg;",
"",
"import pkg.A.Foo;",
Expand Down Expand Up @@ -206,7 +206,7 @@ void replacement() {
" A trailingComma3();",
"}")
.addOutputLines(
"out/pkg/A.java",
"pkg/A.java",
"package pkg;",
"",
"import pkg.A.Foo;",
Expand Down

0 comments on commit 60d2bce

Please sign in to comment.