Skip to content

Commit

Permalink
fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiebao committed Apr 26, 2024
1 parent d5fb811 commit 4b317de
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import java.util.HashMap;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
Expand All @@ -63,6 +64,9 @@ public static void setup() {
SqlSessionFactoryHelper.getInstance().init(config);
}

@AfterAll
public static void tearDown() {}

@Test
public void testDeleteFilesetVersionsByRetentionCount() throws IOException {
IdGenerator idGenerator = new RandomIdGenerator();
Expand Down

0 comments on commit 4b317de

Please sign in to comment.