change population of test data

This commit is contained in:
Dave Horton
2023-04-05 13:09:52 -04:00
parent 3109db7861
commit 845d80a23d
2 changed files with 18 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ test('dropping jambones_test database', (t) => {
exec(`mysql -h 127.0.0.1 -u root --protocol=tcp --port=3360 < ${__dirname}/db/remove_test_db.sql`, (err, stdout, stderr) => {
if (err) return t.end(err);
t.pass('database successfully dropped');
fs.unlinkSync(`${__dirname}/credentials/gcp.json`);
t.end();
});
});