engine compiling succesfully

This commit is contained in:
Radu Ioan Fericean
2016-08-09 21:17:35 +03:00
parent 447974dd7c
commit a5e44fd590
41 changed files with 1246 additions and 956 deletions

View File

@@ -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)
}