MDL-58584 core_ddl: delete te loft over table in the test

This commit is contained in:
Shamim Rezaie
2020-02-04 23:15:32 +11:00
parent 934c2ee1b6
commit 94e25092b2
+2
View File
@@ -1894,6 +1894,8 @@ class core_ddl_testcase extends database_driver_testcase {
// Data of test_table2 should be intact.
$this->assertEquals(true, $metacache->has('test_table2'));
// Delete the leftover temp table.
$dbman->drop_table($table1);
}
public function test_reset_sequence() {