Skip to content

Commit

Permalink
some sneaky bug? somehow made it all this way undetected? woah
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Sep 24, 2024
1 parent 6e67cb8 commit 9429b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/eamxx/src/share/tests/atm_process_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ TEST_CASE("atm_proc_dag", "") {

using strvec_t = std::vector<std::string>;
auto params = create_test_params();
auto p1 = params.sublist("BarBaz");
auto& p1 = params.sublist("BarBaz");

// Make sure there's a missing piece (whatever Baz computes);
p1.set<strvec_t>("atm_procs_list",{"Bar"});
Expand Down

0 comments on commit 9429b9d

Please sign in to comment.