mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add SetSharedGroup in DataManager
This commit is contained in:
committed by
Dan Christian Bogos
parent
ed33194cec
commit
37eaec1b6c
@@ -33,7 +33,7 @@ func TestSharedSetGet(t *testing.T) {
|
||||
},
|
||||
MemberIds: utils.NewStringMap("1", "2", "3"),
|
||||
}
|
||||
err := dm.DataDB().SetSharedGroup(sg, utils.NonTransactional)
|
||||
err := dm.SetSharedGroup(sg, utils.NonTransactional)
|
||||
if err != nil {
|
||||
t.Error("Error storing Shared groudp: ", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user