Skip to content

Commit

Permalink
feature: support hkeys protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
funky-eyes committed Apr 22, 2024
1 parent d177d9d commit e82f249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/icu/funkye/redispike/ServerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
import icu.funkye.redispike.factory.AeroSpikeClientFactory;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
Expand All @@ -57,6 +58,7 @@ public static void init() throws ParseException {
}

@Test
@Order(value = Integer.MIN_VALUE)
public void TestPippline() {
List<String> keys = new ArrayList<>();
String key = String.valueOf(ThreadLocalRandom.current().nextInt(RandomValue));
Expand Down

0 comments on commit e82f249

Please sign in to comment.