Skip to content

Commit c4c7920

Browse files
committed
add expectedExceptions to test
1 parent 5da350f commit c4c7920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3218,7 +3218,7 @@ public void testRollForwardPartialFailure() {
32183218
verify(adminSpy, times(5)).getCurrentVersionsForMultiColos(clusterName, storeName);
32193219
}
32203220

3221-
@Test
3221+
@Test(expectedExceptions = AdminMessageConsumptionTimeoutException.class)
32223222
public void testDeleteStoreAdminMessageTimeout() {
32233223
VeniceParentHelixAdmin adminSpy = spy(parentAdmin);
32243224

0 commit comments

Comments
 (0)