mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
11 lines
130 B
Go
11 lines
130 B
Go
package space
|
|
|
|
import "testing"
|
|
|
|
func newFixture(t *testing.T) *fixture {
|
|
fx := &fixture{}
|
|
return fx
|
|
}
|
|
|
|
type fixture struct {
|
|
}
|