Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Sep 24, 2024
1 parent dce814d commit fe30c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/nl/nn/testtool/test/junit/rerun/TestRerun.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2021, 2023 WeAreFrank!
Copyright 2021, 2023-2024 WeAreFrank!
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -26,6 +26,7 @@
import org.junit.runners.Parameterized;

import lombok.SneakyThrows;
import nl.nn.testtool.Checkpoint;
import nl.nn.testtool.Report;
import nl.nn.testtool.Rerunner;
import nl.nn.testtool.SecurityContext;
Expand Down

0 comments on commit fe30c64

Please sign in to comment.