1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-10 18:10:49 +09:00
anytype-heart/space/service_test.go
2023-10-02 16:11:59 +02:00

11 lines
130 B
Go

package space
import "testing"
func newFixture(t *testing.T) *fixture {
fx := &fixture{}
return fx
}
type fixture struct {
}