Skip to content

Commit

Permalink
default test submits NULL values
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearkatie committed Jan 17, 2024
1 parent 2081b89 commit 0f0fa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/toolkit/matl_buy_policy_tests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ TEST_F(MatlBuyPolicyTests, DefaultFixedActiveDormant) {
int dur = 2;
double throughput = 1;

boost::shared_ptr<FixedIntDist> a_d_dist = boost::shared_ptr<FixedIntDist>(NULL);
boost::shared_ptr<FixedIntDist> a_d_dist = NULL;

cyclus::MockSim sim(dur);
cyclus::Agent* a = new TestFacility(sim.context());
Expand Down

0 comments on commit 0f0fa2f

Please sign in to comment.