You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason they are failing is because they assume DynamoDB credentials and table set up on the dev box where they're running from. Using DynamoDBLocal library should remove that hard dependency and allow us to add better tests:
All 6 of the unit tests are currently disabled because they are failing.
We should fix them and re-enable them.
The text was updated successfully, but these errors were encountered: