Skip to content

Commit

Permalink
fix: remove unused decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-campagna committed Nov 13, 2024
1 parent bfcef44 commit 04dea4d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

public class TimeBasedUUIDGeneratorTests extends ESTestCase {

private static final Base64.Decoder UUID_URL_DECODER = Base64.getUrlDecoder();

private void assertUUIDUniqueness(final UUIDGenerator generator, final int count) {
assertEquals(count, generateUUIDs(generator, count).size());
}
Expand Down

0 comments on commit 04dea4d

Please sign in to comment.