chore(test): support followers fixture data for testing

This commit is contained in:
Gabe Kangas
2024-02-18 19:14:19 -08:00
parent 3b50e87015
commit eb41bc0af3
3 changed files with 45 additions and 0 deletions
@@ -0,0 +1,8 @@
//go:build !fixture
// +build !fixture
package persistence
func addFollowersFixtureData() {
// no-op
}