Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Sep 8, 2024
1 parent 07b76f6 commit 05882ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/client/test/src/mill/main/client/ClientTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
import java.util.*;

public class ClientTests {

@org.junit.Rule
public RetryRule retryRule = new RetryRule(3);

@Test
public void readWriteInt() throws Exception{
int[] examples = {
Expand Down

0 comments on commit 05882ef

Please sign in to comment.