diff --git a/tests/CLITest.cpp b/tests/CLITest.cpp index a6ae4ac..a8eb319 100644 --- a/tests/CLITest.cpp +++ b/tests/CLITest.cpp @@ -380,7 +380,7 @@ TEST_F(TApp, VectorFancyOpts) { EXPECT_THROW(run(), CLI::RequiredError); app.reset(); - EXPECT_THROW(run(), CLI::ConversionError); + EXPECT_THROW(run(), CLI::ConstructionError); }