diff --git a/src/study.test.c b/src/study.test.c index 58614d37c..ac9d3947a 100644 --- a/src/study.test.c +++ b/src/study.test.c @@ -2,6 +2,7 @@ #include "study.h" +#include #include #include #include @@ -26,6 +27,7 @@ static void setup_study(study_fixture *fix, skill_t sk) { assert(fix); test_cleanup(); + set_param(&global.parameters, "study.random_progress", "0"); test_create_world(); r = test_create_region(0, 0, 0); f = test_create_faction(0);