Skip to content

Commit

Permalink
database file must be named myaccesskeyid_region.db
Browse files Browse the repository at this point in the history
  • Loading branch information
Manabu Matsui committed Jul 10, 2023
1 parent 30201f2 commit 5d6eabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DynamoDbTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ protected function getEnvironmentSetUp($app)

protected function setUpDatabase()
{
copy(dirname(__FILE__) . '/../dynamodb_local_init.db', dirname(__FILE__) . '/../dynamodb_local_test.db');
copy(dirname(__FILE__) . '/../dynamodb_local_init.db', dirname(__FILE__) . '/../dynamodblocal_test.db');
}
}

0 comments on commit 5d6eabb

Please sign in to comment.