1
0
Fork 0
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:
Sergey Cherepanov 2023-10-02 16:11:47 +02:00
parent 43331531db
commit 3a019f710c
No known key found for this signature in database
GPG key ID: 87F8EDE8FBDF637C
21 changed files with 1143 additions and 422 deletions

11
space/service_test.go Normal file
View file

@ -0,0 +1,11 @@
package space
import "testing"
func newFixture(t *testing.T) *fixture {
fx := &fixture{}
return fx
}
type fixture struct {
}