Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <github@klug.nrw>
  • Loading branch information
J-N-K committed Jan 4, 2023
1 parent 5fad63d commit 51d6b88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class FolderObserverTest extends JavaOSGiTest {
private @Mock @NonNullByDefault({}) ComponentContext contextMock;

@BeforeEach
public void beforeEach() throws IOException {
public void beforeEach() throws IOException, InterruptedException {
configProps = new Hashtable<>();

setupWatchedDirectory();
Expand All @@ -127,7 +127,7 @@ private void setUpServices() throws IOException, InterruptedException {
WATCHED_DIRECTORY.toPath().toAbsolutePath());

Thread.sleep(1000);

modelRepo = new ModelRepoDummy();

folderObserver = new FolderObserver(modelRepo, readyServiceMock, watchService) {
Expand Down

0 comments on commit 51d6b88

Please sign in to comment.