Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
nkoenig committed Jan 16, 2024
1 parent 370d2f6 commit 2ee7d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/faulty_plugins.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ std::string getConfig(const std::string &_pluginName)

bool runConfig(const std::string &_config)
{
gz::launch::Manager mgr;
ignition::launch::Manager mgr;
return mgr.RunConfig(_config);
}

Expand Down

0 comments on commit 2ee7d77

Please sign in to comment.