IcingaHostTest: fix delete order for failing test

This commit is contained in:
Thomas Gelf 2016-03-15 20:44:36 +01:00
parent 6243fa33ff
commit 41b909e64e

View File

@ -174,8 +174,8 @@ class IcingaHostTest extends BaseTestCase
$zone->store($db);
$host->store($db);
$zone->delete();
$host->delete();
$zone->delete();
}
/**