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

Use Integration Tests For Get Operations #2836

Closed
Torres-ssf opened this issue Jul 25, 2024 · 0 comments · Fixed by #2931
Closed

Use Integration Tests For Get Operations #2836

Torres-ssf opened this issue Jul 25, 2024 · 0 comments · Fixed by #2931
Assignees
Labels
chore Issue is a chore

Comments

@Torres-ssf
Copy link
Contributor

The current tests for the get operations functionality are unit tests, which rely on a significant amount of mocked/fake data.

Due to the nature of unit tests—isolating many components and requiring extensive setup—and the complexity of simulating all operations (which involves executing multiple types of transactions), we need to replace these unit tests with integration tests.

Using integration tests will provide greater confidence that all operations are being properly extracted as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants