Skip to content

Test WalletStore queries #1108

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

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

Test WalletStore queries #1108

wants to merge 6 commits into from

Conversation

aaadir
Copy link
Contributor

@aaadir aaadir commented Jun 9, 2025

No description provided.

@aaadir aaadir requested a review from alexandrosfilios June 9, 2025 12:08
@aaadir aaadir self-assigned this Jun 9, 2025
@aaadir aaadir added the testing label Jun 9, 2025
@aaadir aaadir linked an issue Jun 9, 2025 that may be closed by this pull request

Expect(mockDB.ExpectationsWereMet()).To(Succeed())
Expect(err).ToNot(HaveOccurred())
Expect(actualWalletIDs[0]).To(Equal(output))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

consistof

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done


Expect(mockDB.ExpectationsWereMet()).To(Succeed())
Expect(err).ToNot(HaveOccurred())
Expect(exists).To(Equal(true))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to(betrue())

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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

Successfully merging this pull request may close these issues.

WalletStore query testing
2 participants