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

Add first tests #863

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add first tests #863

wants to merge 1 commit into from

Conversation

MakisChristou
Copy link
Member

No description provided.

@MakisChristou MakisChristou requested a review from a team as a code owner October 15, 2024 08:30
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.64%. Comparing base (48cead2) to head (4e9eb5a).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #863      +/-   ##
==========================================
- Coverage   62.65%   62.64%   -0.01%     
==========================================
  Files         208      209       +1     
  Lines       18926    18946      +20     
==========================================
+ Hits        11858    11869      +11     
- Misses       5970     5979       +9     
  Partials     1098     1098              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -650,6 +699,28 @@ func TestValidateBlockBody(t *testing.T) {
assert.Equal(t, err, expected)
},
},
{
"EmptyTx", func(t *testing.T) {
Copy link
Member

Choose a reason for hiding this comment

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

Maybe this can be renamed to ZeroGasTx since it's focusing on sending a tx with 0 gas

Copy link
Contributor

Choose a reason for hiding this comment

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

other than ^ looks good

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.

4 participants