Skip to content
Snippets Groups Projects
Commit 9dfe3364 authored by acpaquette's avatar acpaquette
Browse files

Fixes num model plugin test

parent 166babd1
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ TEST(PluginTests, ReleaseDate) {
TEST(PluginTests, NumModels) {
UsgsAstroPlugin testPlugin;
EXPECT_EQ(4, testPlugin.getNumModels());
EXPECT_EQ(5, testPlugin.getNumModels());
}
TEST(PluginTests, BadISDFile) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment