mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 10:00:46 +09:00
GO-2277 Rename IDs to Ids
This commit is contained in:
parent
82d3a09cfe
commit
18c7264945
10 changed files with 77 additions and 76 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue