fix: correct import statement

This commit is contained in:
Jose Diaz-Gonzalez
2019-03-18 18:15:57 -04:00
parent d33eae9787
commit 57d948e283

View File

@@ -3,7 +3,7 @@ load test_helper
setup() { setup() {
dokku "$PLUGIN_COMMAND_PREFIX:create" l dokku "$PLUGIN_COMMAND_PREFIX:create" l
echo "data" | tee "/tmp/fake.sql" echo "CREATE DATABASE IF NOT EXISTS l;" | tee "/tmp/fake.sql"
} }
teardown() { teardown() {