From 3adeab9fb46585cc5947ce1dc8518f0b53d54052 Mon Sep 17 00:00:00 2001 From: Hamdi Douss Date: Tue, 21 Apr 2020 18:09:00 +0100 Subject: [PATCH] #444 fix qulice formatting --- src/test/java/org/jpeek/graph/XmlMethodArgsTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/org/jpeek/graph/XmlMethodArgsTest.java b/src/test/java/org/jpeek/graph/XmlMethodArgsTest.java index 7554a459..a9907b98 100644 --- a/src/test/java/org/jpeek/graph/XmlMethodArgsTest.java +++ b/src/test/java/org/jpeek/graph/XmlMethodArgsTest.java @@ -52,8 +52,8 @@ public void returnsEmptyStringWhenNoArgsSpecificied() throws IOException { @Disabled // @todo #444:30min This test was disabled because the implementation of XmlMethodArgs - // was modified to comply with what will be done in #437. Wait until #437 is resolved and then - // reenable this test + // was modified to comply with what will be done in #437. Wait until #437 is resolved and then + // reenable this test public void givesArgsForMultipleArgs() throws IOException { final XML method = new Skeleton(new FakeBase("MethodsWithDiffParamTypes")).xml().nodes( "//method[@name='methodThree']" @@ -64,6 +64,6 @@ public void givesArgsForMultipleArgs() throws IOException { new IsEqual<>( "Ljava/lang/String:I" ) - ).affirm(); + ).affirm(); } }