Skip to content

Commit

Permalink
fixup! Update test results for current clhep version
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Jun 24, 2024
1 parent 959e23a commit 98a1abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/celeritas/user/Diagnostic.test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ TEST_F(TestEm3DiagnosticTest, host)
EXPECT_VEC_EQ(expected_nonzero_action_keys, result.nonzero_action_keys);

if (this->is_ci_build()
&& cstring_equal(celeritas_clhep_version, "2.4.7.1"))
&& std::string(celeritas_geant4_version) == "11.0.4")
{
static size_type const expected_nonzero_action_counts[] = {
119u,
Expand Down

0 comments on commit 98a1abb

Please sign in to comment.