Skip to content

Commit

Permalink
[test] Fix compile in SnapshotManagerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Aug 11, 2024
1 parent ac92d1d commit e07244b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@

import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.ThreadLocalRandom;
import java.util.concurrent.atomic.AtomicReference;
import java.util.stream.Collectors;

import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.fail;
Expand Down

0 comments on commit e07244b

Please sign in to comment.