Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed Sep 30, 2017
1 parent 21b2e31 commit 6e3a601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void autoImportUsesFullyQualifiedNameWhenImportedNameAlreadyPresent() thr

expected =
"public enum ENUM {" +nl+
"E1(globalField,E1);" +nl+
" E1(globalField,E1);" +nl+
" final int NUM;" +nl+nl+
" final Enum<?> e;" +nl+nl+
" private ENUM(int num, Enum<?> e) {" +nl+
Expand Down

0 comments on commit 6e3a601

Please sign in to comment.