Skip to content

Commit 80451d9

Browse files
committed
Fix attempt for locally nonreproducible failure
1 parent ed3d4c1 commit 80451d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sipnet/test_events_types/testEventHarvest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ int run(void) {
9090
//// ONE PLANTING EVENT
9191
logTest("Testing one event\n");
9292
updateIntContext("litterPool", 0, CTX_TEST);
93-
// updateIntContext("nitrogenCycle", 0, CTX_TEST);
93+
updateIntContext("nitrogenCycle", 0, CTX_TEST);
9494
logTest("Litter pool is %s, nitrogen cycle is %s\n",
9595
ctx.litterPool ? "on" : "off", ctx.nitrogenCycle ? "on" : "off");
9696
initEvents("events_one_harvest.in", 0);

0 commit comments

Comments
 (0)