Skip to content

Commit

Permalink
Make DocketTest an integration test (kitodo#6121)
Browse files Browse the repository at this point in the history
* Make DocketTest an integration test

* Rename class in file
  • Loading branch information
matthias-ronge authored Jul 19, 2024
1 parent 0a07377 commit ee97b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

public class DocketTest {
public class DocketIT {

private DocketDataGenerator docketDataGenerator;

Expand Down

0 comments on commit ee97b68

Please sign in to comment.