mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
GO-4220 Fix test WIP
This commit is contained in:
parent
2b48adc6e6
commit
b75d5cb64e
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ const spaceId = "space1"
|
|||
|
||||
func TestBuildDetailsFromTimestamp(t *testing.T) {
|
||||
spc := mock_clientspace.NewMockSpace(t)
|
||||
spc.EXPECT().Id().Return(spaceId)
|
||||
spc.EXPECT().GetTypeIdByKey(mock.Anything, bundle.TypeKeyDate).Return(bundle.TypeKeyDate.URL(), nil)
|
||||
spcService := mock_space.NewMockService(t)
|
||||
spcService.EXPECT().Get(mock.Anything, mock.Anything).Return(spc, nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue