clean up after your tests, young grashopper

This commit is contained in:
Steffen Mecke 2016-02-28 20:34:37 +01:00
parent 11b8d85167
commit e3f27e3571
1 changed files with 2 additions and 0 deletions

View File

@ -1335,6 +1335,8 @@ static void test_demon_hunger(CuTest * tc)
CuAssertIntEquals(tc, 10, i_get(u->items, rtype->itype));
msg = test_get_last_message(u->faction->msgs);
CuAssertStrEquals(tc, "malnourish", test_get_messagetype(msg));
test_cleanup();
}
CuSuite *get_laws_suite(void)