summaryrefslogtreecommitdiff
path: root/testrig/distributor.go
diff options
context:
space:
mode:
Diffstat (limited to 'testrig/distributor.go')
-rw-r--r--testrig/distributor.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/testrig/distributor.go b/testrig/distributor.go
index e21321d53..a7206e5ea 100644
--- a/testrig/distributor.go
+++ b/testrig/distributor.go
@@ -20,6 +20,7 @@ package testrig
import "github.com/superseriousbusiness/gotosocial/internal/distributor"
+// NewTestDistributor returns a Distributor suitable for testing purposes
func NewTestDistributor() distributor.Distributor {
return distributor.New(NewTestLog())
}