amogh-jahagirdar commented on code in PR #12670: URL: https://github.com/apache/iceberg/pull/12670#discussion_r2027115009
########## core/src/test/java/org/apache/iceberg/TestMetadataUpdateParser.java: ########## @@ -415,9 +416,9 @@ public void testAddSnapshotFromJson() throws IOException { assertEquals(action, expected, MetadataUpdateParser.fromJson(json)); } - /** RemoveSnapshots * */ + /** RemoveSnapshot * */ @Test - public void testRemoveSnapshotsFromJson() { + public void testRemoveSnapshotFromJson() { Review Comment: Oh I just took another look, since we're testing both cases you probably needed something to distinguish the method. All good here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org