Skip to content

Commit

Permalink
remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac committed Aug 19, 2024
1 parent f32ff32 commit ddee0c5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 195 deletions.
39 changes: 0 additions & 39 deletions precompiles/testutil/errors.go

This file was deleted.

34 changes: 0 additions & 34 deletions precompiles/testutil/events.go

This file was deleted.

121 changes: 0 additions & 121 deletions precompiles/testutil/logs.go

This file was deleted.

2 changes: 1 addition & 1 deletion precompiles/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ type ErrInvalidMethod struct {
}

func (e ErrInvalidMethod) Error() string {
return fmt.Sprintf("unknown method: %ss", e.Method)
return fmt.Sprintf("invalid method: %s", e.Method)

Check warning on line 26 in precompiles/types/errors.go

View check run for this annotation

Codecov / codecov/patch

precompiles/types/errors.go#L25-L26

Added lines #L25 - L26 were not covered by tests
}

0 comments on commit ddee0c5

Please sign in to comment.