mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-12 02:30:53 +09:00
GO-2030 regenerate mocks
This commit is contained in:
parent
43331531db
commit
3a019f710c
21 changed files with 1143 additions and 422 deletions
11
space/service_test.go
Normal file
11
space/service_test.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package space
|
||||
|
||||
import "testing"
|
||||
|
||||
func newFixture(t *testing.T) *fixture {
|
||||
fx := &fixture{}
|
||||
return fx
|
||||
}
|
||||
|
||||
type fixture struct {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue