Skip to content

Commit ce98d01

Browse files
committed
Update tests.
1 parent 6b53126 commit ce98d01

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

httprpc-test/src/test/java/org/httprpc/WebServiceProxyTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,9 +528,6 @@ public void testCatalog() throws IOException {
528528

529529
updateCatalogItem(item);
530530

531-
assertEquals("xyz", item.getDescription());
532-
assertEquals(300.00, item.getPrice());
533-
534531
assertNotNull(getCatalogItems().stream().filter(item::equals).findAny().orElse(null));
535532

536533
deleteCatalogItem(item.getID());

0 commit comments

Comments
 (0)