Skip to content

Commit

Permalink
fix: cleanup code.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Jul 16, 2024
1 parent c1b2aab commit e6aa0ab
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,6 @@ void parseMessages_basic() {
echoResponseMessage, messageTypes.get("com.google.showcase.v1beta1." + echoResponseName));
}

// @Test
// void test() {
// FileDescriptor bookshopFileDescriptor = BookshopProto.getDescriptor();
// Map<String, Message> messageTypes = Parser.parseMessages(bookshopFileDescriptor);
// messageTypes.keySet().stream()
// .map(
// x -> {
// System.out.println("keys: " + x);
// })
// .collect(Collectors.toList());
// }
@Test
void parseMessages_fieldNameConflicts() {
FileDescriptor bookshopFileDescriptor = BookshopProto.getDescriptor();
Expand Down

0 comments on commit e6aa0ab

Please sign in to comment.