Skip to content

Commit

Permalink
refactor: test dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Jan 17, 2025
1 parent 6a28e58 commit ac6e7b6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.icij.datashare.db;

import org.icij.datashare.asynctasks.Task;
import org.icij.datashare.test.DatashareTimeRule;
import org.icij.datashare.user.User;
import org.junit.After;
import org.junit.Rule;
Expand All @@ -17,8 +16,6 @@

@RunWith(Parameterized.class)
public class JooqTaskRepositoryTest {
@Rule
public DatashareTimeRule time = new DatashareTimeRule("2021-06-30T12:13:14Z");
@Rule
public DbSetupRule dbRule;
private final JooqTaskRepository repository;
Expand Down

0 comments on commit ac6e7b6

Please sign in to comment.