Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
malandis committed Sep 4, 2024
1 parent f3d0076 commit 9c60fc7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/java/momento/lettuce/utils/RangeUtilsTest.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
package momento.lettuce.utils;

import io.lettuce.core.ExpireArgs;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;

import org.junit.jupiter.api.Test;

public class RangeUtilsTest {
@Test
public void testAdjustEndRangeFromInclusiveToExclusive() {
Expand Down

0 comments on commit 9c60fc7

Please sign in to comment.