fix: fix go fmt so tests can complete#3740
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3740 +/- ##
===================================================
- Coverage 31.66126% 31.65498% -0.00628%
===================================================
Files 158 158
Lines 47765 47765
===================================================
- Hits 15123 15120 -3
- Misses 31741 31744 +3
Partials 901 901
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
cc @victorges since the slop broke it in #3738 we should make sure that tests pass before merging, and is it possible to have the cursor agent run gofmt after each change? |
CHANGELOG_PENDING.md
Outdated
|
|
||
| #### General | ||
|
|
||
| - [#3740](https://github.com/livepeer/go-livepeer/pull/3740) Fix go fmt issue (@ad-astra-video) |
There was a problem hiding this comment.
IMO this isn't really necessary, it just fixes breakage introduced by the last PR
|
Yeah agree, sorry about that. |
What does this pull request do? Explain your changes. (required)
Fixed test suite action that is failing on
go fmtstepSpecific updates (required)
How did you test each of these updates (required)
Does this pull request close any open issues?
Checklist:
makeruns successfully./test.shpass