Skip to content

Commit

Permalink
Update test_projections.cxx - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cern authored and dpiparo committed Aug 14, 2024
1 parent 81b4834 commit c3be3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hist/hist/test/test_projections.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ TEST(Projections, Issue_6658_Profile2D)
auto *hist_pxy = prof2d.ProjectionXY("x");
auto *xaxis_pxy = hist_pxy->GetXaxis();
auto xaxis_pxy_nbins = xaxis_pxy->GetNbins();
auto *labels_pxy = xaxis_pyx->GetLabels();
auto *labels_pxy = xaxis_pxy->GetLabels();
EXPECT_EQ(xaxis_2d_nbins, xaxis_pxy_nbins);
expect_list_eq_names(*labels_2d, *labels_pxy);
}

0 comments on commit c3be3ff

Please sign in to comment.