1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-11 02:13:41 +09:00

GO-2277 Rename IDs to Ids

This commit is contained in:
kirillston 2023-11-02 16:52:23 +01:00
parent 82d3a09cfe
commit 18c7264945
No known key found for this signature in database
GPG key ID: 88218A7F1109754B
10 changed files with 77 additions and 76 deletions

View file

@ -105,7 +105,7 @@ func (fx *fixture) expectRun(newAccount bool) {
if newAccount {
fx.spaceCore.EXPECT().Derive(mock.Anything, spacecore.SpaceType).Return(&spacecore.AnySpace{Space: fx.personalSpace}, nil)
// fx.objectCache.EXPECT().DeriveTreeObject(mock.Anything, testPersonalSpaceID, mock.Anything).Return(nil, nil)
fx.techSpace.EXPECT().SpaceViewCreate(mock.Anything, testPersonalSpaceID).Return(nil)
fx.techSpace.EXPECT().SpaceViewCreate(mock.Anything, testPersonalSpaceID, nil).Return(nil)
}
// startLoad
fx.techSpace.EXPECT().SpaceViewExists(mock.Anything, testPersonalSpaceID).Return(true, nil)