Commit 2f08c4c7c393eeaf489659c6f82f265903d0cbea

Authored by henryiii
1 parent 6ed28997

Update CLITest.cpp

Showing 1 changed file with 1 additions and 1 deletions
tests/CLITest.cpp
... ... @@ -380,7 +380,7 @@ TEST_F(TApp, VectorFancyOpts) {
380 380 EXPECT_THROW(run(), CLI::RequiredError);
381 381  
382 382 app.reset();
383   - EXPECT_THROW(run(), CLI::ConstructionError);
  383 + EXPECT_THROW(run(), CLI::ParseError);
384 384 }
385 385  
386 386  
... ...