Updated datamanager methods

This commit is contained in:
Trial97
2021-05-26 12:43:45 +03:00
committed by Dan Christian Bogos
parent 018d8c7a2e
commit 33ac878115
47 changed files with 142 additions and 158 deletions

View File

@@ -118,7 +118,7 @@ func TestSharedSetGet(t *testing.T) {
},
MemberIds: utils.NewStringMap("1", "2", "3"),
}
err := dm.SetSharedGroup(sg, utils.NonTransactional)
err := dm.SetSharedGroup(sg)
if err != nil {
t.Error("Error storing Shared groudp: ", err)
}