Skip to content

Commit 2d0dfa0

Browse files
committed
fix test macro
1 parent 4fd3471 commit 2d0dfa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/config/examples/ini/tests/GeneratorEPOS4NeNe536TeV.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ int External()
3434

3535
// Check if there is 1 event, as customarily set in the ini file
3636
// Heavy-ion collisions with hydro and hadronic cascade are very slow to simulate
37-
if (nEvents != 1)
37+
if (nEvents != 10)
3838
{
39-
std::cerr << "Expected 1 event, got " << nEvents << "\n";
39+
std::cerr << "Expected 10 events, got " << nEvents << "\n";
4040
return 1;
4141
}
4242

0 commit comments

Comments
 (0)