Skip to content

Commit

Permalink
Also config spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mkacct committed Apr 18, 2024
1 parent b88f172 commit eaad231
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package datasource;
package datasource.configspec;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
Expand All @@ -12,9 +12,6 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import datasource.configspec.ConfigSpec;
import datasource.configspec.JsonFileConfigSpecLoader;

public class JsonFileConfigSpecLoaderTest {
private static final String TEST_CONFIG_SPEC_PATH = "src/test/resources/test-config-spec.json";
private static final String CHECK_ENTITY_TYPE = "check";
Expand Down

0 comments on commit eaad231

Please sign in to comment.