mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Add subscribe after push
This commit is contained in:
parent
370683ff70
commit
c95059b4c6
2 changed files with 23 additions and 2 deletions
|
@ -192,6 +192,7 @@ func TestDiffSyncer_Sync(t *testing.T) {
|
|||
clientMock.EXPECT().
|
||||
SpacePush(gomock.Any(), newPushSpaceRequestMatcher(spaceId, aclRootId, settingsId, spaceHeader)).
|
||||
Return(nil, nil)
|
||||
peerManagerMock.EXPECT().SendPeer(gomock.Any(), "mockId", gomock.Any())
|
||||
|
||||
require.NoError(t, diffSyncer.Sync(ctx))
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue