Skip to content

Commit 5243757

Browse files
committed
Fix test
1 parent 4536a9c commit 5243757

File tree

1 file changed

+1
-6
lines changed
  • SpiNNaker-front-end/src/test/java/uk/ac/manchester/spinnaker/front_end

1 file changed

+1
-6
lines changed

SpiNNaker-front-end/src/test/java/uk/ac/manchester/spinnaker/front_end/TestFrontEnd.java

+1-6
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,9 @@ void testAdvancedDSE() throws Exception {
181181
CommandLineInterface.fastFactory = (m, g, r,
182182
db) -> new FastExecuteDataSpecification(m, g, r, null) {
183183
@Override
184-
public void loadCores() {
184+
public void loadCores(List<Gather> gatherers) {
185185
called.setValue("mon");
186186
}
187-
188-
@Override
189-
protected void buildMaps(List<Gather> gatherers) {
190-
assertEquals(g, gatherers);
191-
}
192187
};
193188

194189
var msg = tapSystemErrNormalized(() -> {

0 commit comments

Comments
 (0)