We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b53126 commit ce98d01Copy full SHA for ce98d01
httprpc-test/src/test/java/org/httprpc/WebServiceProxyTest.java
@@ -528,9 +528,6 @@ public void testCatalog() throws IOException {
528
529
updateCatalogItem(item);
530
531
- assertEquals("xyz", item.getDescription());
532
- assertEquals(300.00, item.getPrice());
533
-
534
assertNotNull(getCatalogItems().stream().filter(item::equals).findAny().orElse(null));
535
536
deleteCatalogItem(item.getID());
0 commit comments