We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3d4c1 commit 80451d9Copy full SHA for 80451d9
1 file changed
tests/sipnet/test_events_types/testEventHarvest.c
@@ -90,7 +90,7 @@ int run(void) {
90
//// ONE PLANTING EVENT
91
logTest("Testing one event\n");
92
updateIntContext("litterPool", 0, CTX_TEST);
93
- // updateIntContext("nitrogenCycle", 0, CTX_TEST);
+ updateIntContext("nitrogenCycle", 0, CTX_TEST);
94
logTest("Litter pool is %s, nitrogen cycle is %s\n",
95
ctx.litterPool ? "on" : "off", ctx.nitrogenCycle ? "on" : "off");
96
initEvents("events_one_harvest.in", 0);
0 commit comments