Skip to content

Commit

Permalink
Test what happens when a test should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
hejajama committed Apr 26, 2024
1 parent e9dddf7 commit 4faf01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TEST(forward_jpsi_amplitude_ipsat_mzwf)

double xp=1e-3; double Qsqr=10; double t=0.1;
MCINTPOINTS=1e7;
ASSERT_ALMOST_EQUAL(diff.ScatteringAmplitude(xp, Qsqr, t, T),0.04884376518,1e-5);
ASSERT_ALMOST_EQUAL(diff.ScatteringAmplitude(xp, Qsqr, t, T),1.04884376518,1e-5);

}

Expand Down

0 comments on commit 4faf01f

Please sign in to comment.