1
0
Fork 0
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:
kirillston 2024-11-13 11:55:31 +01:00
parent 2b48adc6e6
commit b75d5cb64e
No known key found for this signature in database
GPG key ID: 88218A7F1109754B

View file

@ -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)