Skip to content
Snippets Groups Projects
Commit a8656501 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

clean

parent 716ffc68
No related branches found
No related tags found
1 merge request!793Test Web Service
......@@ -15,7 +15,6 @@ import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.common.base.Stopwatch;
import com.google.common.util.concurrent.ListeningExecutorService;
......
......@@ -101,7 +101,6 @@ class NshmTestUtils {
nshmModel.exec.shutdown();
var context = Micronaut
.build("--model=nshms/" + String.format("%s-%s", nshm.nshmInfo.repo, nshm.nshmInfo.year))
.mainClass(Application.class)
......@@ -160,8 +159,7 @@ class NshmTestUtils {
private static void compareCurves(
NshmModel nshmModel,
NamedLocation location,
Optional<Path> dataPath
) throws ExecutionException {
Optional<Path> dataPath) throws ExecutionException {
Map<String, XySequence> actual = dataPath.isPresent()
? readExpected(nshmModel.nshm, location, dataPath) : generateActual(nshmModel, location);
Map<String, XySequence> expected = readExpected(nshmModel.nshm, location, Optional.empty());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment