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

Increase Test Coverage on Transaction::Blob #6529

Closed
bitzoic opened this issue Sep 11, 2024 · 0 comments · Fixed by #6667
Closed

Increase Test Coverage on Transaction::Blob #6529

bitzoic opened this issue Sep 11, 2024 · 0 comments · Fixed by #6667
Assignees
Labels
lib: std Standard library testing General testing

Comments

@bitzoic
Copy link
Member

bitzoic commented Sep 11, 2024

Tests to ensure field in Transaction::Blob can be fetched and return the correct types should be added.

These tests should fetch the following fields:

  • inputsCount
  • outputsCount
  • witnessesCount
  • witnesses
@bitzoic bitzoic added lib: std Standard library testing General testing labels Sep 11, 2024
@SwayStar123 SwayStar123 changed the title Increase Test Coverage on Transaction::Upgrade and Transaction::Blob Increase Test Coverage on Transaction::Blob Jan 16, 2025
SwayStar123 added a commit that referenced this issue Jan 20, 2025
## Description
Add tests for Transaction::Blob

closes #6529

## Checklist

- [x] I have linked to any relevant issues.
- [x] I have commented my code, particularly in hard-to-understand
areas.
- [x] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] If my change requires substantial documentation changes, I have
[requested support from the DevRel
team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
- [x] I have added tests that prove my fix is effective or that my
feature works.
- [x] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [x] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [x] I have requested a review from the relevant team or maintainers.

---------

Co-authored-by: Joshua Batty <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib: std Standard library testing General testing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants