Skip to content

Commit

Permalink
fix(core): unit test can failed with ConcurrentModificationException
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Aug 14, 2023
1 parent ec36758 commit 502a026
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import io.kestra.core.runners.RunContext;
import io.kestra.core.runners.RunContextFactory;
import io.kestra.core.storages.StorageInterface;
import io.kestra.core.tasks.scripts.Bash;
import io.kestra.core.utils.TestsUtils;
import io.kestra.plugin.jdbc.AbstractJdbcQuery;
import io.micronaut.test.extensions.junit5.annotation.MicronautTest;
import jakarta.inject.Inject;
Expand All @@ -15,7 +13,6 @@
import java.net.URI;
import java.net.URL;
import java.sql.SQLException;
import java.util.Map;
import java.util.Objects;

import static org.hamcrest.MatcherAssert.assertThat;
Expand Down

0 comments on commit 502a026

Please sign in to comment.