mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
engine compiling succesfully
This commit is contained in:
@@ -34,7 +34,7 @@ func TestSharedSetGet(t *testing.T) {
|
||||
},
|
||||
MemberIds: utils.NewStringMap("1", "2", "3"),
|
||||
}
|
||||
err := ratingStorage.SetSharedGroup(sg)
|
||||
err := ratingStorage.SetSharedGroup(sg, true)
|
||||
if err != nil {
|
||||
t.Error("Error storing Shared groudp: ", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user