Skip to content

Commit

Permalink
cleanup unused values
Browse files Browse the repository at this point in the history
  • Loading branch information
misyel committed Feb 7, 2025
1 parent a7dbb18 commit 9026809
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,4 @@ private void swapCurrentVersion() {
public StoreDeserializerCache getStoreDeserializerCache() {
return storeDeserializerCache;
}

public String getStoreName() {
return storeName;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ public void testDeferredVersionSwapNonTargetRegionStatuses() throws Exception {
doReturn(3).when(store6).getLargestUsedVersionNumber();

VeniceHelixAdmin veniceHelixAdmin = mock(VeniceHelixAdmin.class);
;
doReturn(veniceHelixAdmin).when(admin).getVeniceHelixAdmin();

HelixVeniceClusterResources resources = mock(HelixVeniceClusterResources.class);
Expand Down

0 comments on commit 9026809

Please sign in to comment.