Skip to content

Commit

Permalink
test: remove test1 table after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 19, 2024
1 parent 3b60067 commit efaa41a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/system/Database/Live/SQLite3/GetFieldDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,5 +147,7 @@ public function testGetFieldData(): void
]),
json_encode($fields)
);

$this->forge->dropTable('test1', true);
}
}
1 change: 0 additions & 1 deletion tests/system/Database/Live/SQLite3/GetIndexDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ protected function setUp(): void
'database' => 'database.db',
'DBDebug' => true,
];

$this->db = db_connect($config);
$this->forge = Database::forge($config);
}
Expand Down

0 comments on commit efaa41a

Please sign in to comment.