Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed Mar 19, 2024
1 parent c425b9b commit 3d6c39e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,4 @@ public static OperationPurpose randomPurpose() {
public static OperationPurpose randomNonDataPurpose() {
return randomValueOtherThan(OperationPurpose.SNAPSHOT_DATA, BlobStoreTestUtil::randomPurpose);
}

public static OperationPurpose randomNonIndicesPurpose() {
return randomValueOtherThan(OperationPurpose.INDICES, BlobStoreTestUtil::randomPurpose);
}
}

0 comments on commit 3d6c39e

Please sign in to comment.