Update unit tests

This commit is contained in:
SiboVG 2023-03-11 15:37:32 +01:00
parent 5e6abcffa7
commit a9ff65fc69

View File

@ -199,6 +199,8 @@ public class RASAeroLoaderTest extends BaseTestCase {
} catch (RocketLoadException | IOException e) {
throw new RuntimeException(e);
}
assertEquals(5, loader.getWarnings().size());
// TODO: this also includes all motor warnings, so change motor db in setUp() to include OR motors so the total
// warning size decreases
assertEquals(10, loader.getWarnings().size());
}
}