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

test: basic tx validation tests #21

Merged
merged 1 commit into from
Oct 12, 2024
Merged

test: basic tx validation tests #21

merged 1 commit into from
Oct 12, 2024

Conversation

onbjerg
Copy link
Member

@onbjerg onbjerg commented Oct 12, 2024

Adds some basic tests for validate_tx_request

@onbjerg onbjerg force-pushed the onbjerg/validation-tests branch from 2ed1d5b to 7a6fc36 Compare October 12, 2024 13:04
@@ -386,4 +386,45 @@ mod tests {
);
}
}

mod validation {
Copy link
Member

Choose a reason for hiding this comment

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

nit: we should get rid of nested mods in tests mod, this is just bloat -.-

Copy link
Member Author

Choose a reason for hiding this comment

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

imo it makes test output way more readable, but can remove

Copy link
Member Author

Choose a reason for hiding this comment

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

removed

@onbjerg onbjerg force-pushed the onbjerg/validation-tests branch from 7a6fc36 to ce8a245 Compare October 12, 2024 13:11
@onbjerg onbjerg merged commit 38406cb into main Oct 12, 2024
13 checks passed
@onbjerg onbjerg deleted the onbjerg/validation-tests branch October 12, 2024 13:13
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.

2 participants