mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-11 18:20:28 +09:00
Change doSnapshot method call
This commit is contained in:
parent
4da3fcbd4a
commit
73845d8842
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ func TestSettingsObject_DeleteObject_NoSnapshot(t *testing.T) {
|
|||
require.NoError(t, err)
|
||||
|
||||
delId := "delId"
|
||||
doSnapshot = func(len int) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
fx.syncTree.EXPECT().Id().Return("syncId")
|
||||
fx.syncTree.EXPECT().Len().Return(10)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue