Skip to content

Commit

Permalink
#444 fix qulice formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HDouss committed Apr 21, 2020
1 parent e20d11b commit 3adeab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/java/org/jpeek/graph/XmlMethodArgsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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']"
Expand All @@ -64,6 +64,6 @@ public void givesArgsForMultipleArgs() throws IOException {
new IsEqual<>(
"Ljava/lang/String:I"
)
).affirm();
).affirm();
}
}

3 comments on commit 3adeab9

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 3adeab9 Apr 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 440-332bf733 disappeared from src/main/java/org/jpeek/graph/XmlMethodCall.java, that's why I closed #443. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 3adeab9 Apr 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 440-83d3f1f7 disappeared from src/main/java/org/jpeek/graph/XmlMethodArgs.java, that's why I closed #444. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 3adeab9 Apr 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 444-ff900aeb discovered in src/test/java/org/jpeek/graph/XmlMethodArgsTest.java and submitted as #459. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.