Skip to content

Commit e4ec303

Browse files
committed
Minor edit
1 parent f15b256 commit e4ec303

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/test/java/com/tweesky/cloudtools/codegen/ExampleJsonHelperTest.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -247,18 +247,6 @@ public void convertNestedArrayObjectListToJson() {
247247

248248
}
249249

250-
class LineItem {
251-
Integer quantity;
252-
String description;
253-
254-
LineItem(Integer quantity, String description) {
255-
this.quantity = quantity;
256-
this.description = description;
257-
}
258-
}
259-
260-
261-
262250
@Test
263251
public void formatString() {
264252
final String EXPECTED = "{\\\\\\\"live\\\\\\\": \\\\\\\"false\\\\\\\", \\\\\\\"demo\\\\\\\": \\\\\\\"yes\\\\\\\"}";
@@ -268,5 +256,4 @@ public void formatString() {
268256
assertEquals(EXPECTED, new ExampleJsonHelper().formatString(json));
269257
}
270258

271-
272259
}

0 commit comments

Comments
 (0)