Clean up campaigns/resolvers tests
Created by: mrnugget
This does a few small things:
- Remove a TODO in
TestApplyCampaign
and replace it with actual assertion - Remove an unused test helper
- Move
TestChangeseCountsOverTime
to thecampaigns_test.go
file where the resolver is on which the method is defined - Move all test helpers into
main_test.go
instead oftesting.go