-
Notifications
You must be signed in to change notification settings - Fork 1
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
VDB-696: Remove recheck headers integration tests #130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! 🚀
EDIT: Uh actually, wouldn't it still make sense to somehow assert that it works for a plugin? 🤔
62c9c09
to
9ab313b
Compare
@@ -21,7 +21,6 @@ import ( | |||
"github.com/ethereum/go-ethereum/ethclient" | |||
. "github.com/onsi/ginkgo" | |||
. "github.com/onsi/gomega" | |||
"github.com/vulcanize/vulcanizedb/libraries/shared/constants" | |||
"github.com/vulcanize/vulcanizedb/libraries/shared/fetcher" | |||
"sort" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hate to be that guy... import ordering 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I always forget how we want to order things 🤦♀ , and Goland folds import statements up so I don't see them. I added a note in the CONTRIBUTING.md
doc as a reminder for myself - does that sound about right?
fb6a85c
to
ce2dbec
Compare
since it's no longer a responsibility of this reop
840d008
to
61acc96
Compare
since it's no longer a responsibility of this reop