Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integration tests #133

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chriskdon
Copy link
Contributor

Fixes two broken integration tests.

The transaction test is not pattern matching on the correct error format. The condition check test has a match on an incorrect value.

I would have expected CI to catch these. However, it appears the CI runner is not running the integration tests. This is likely because the config/ddb_local_test.exs file must be manually created to run those tests. I am happy to look into this and open another PR if they are supposed to be running.

Fixed test expectation for TransactionCanceledException tuple format.
Previously expected `{"TransactionCanceledException", _}`` but actual
format is `{"TransactionCanceledException", message, reasons}`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant