Fix old stale tests junk

This commit is contained in:
Bel LaPointe
2020-07-23 21:13:58 -06:00
parent d572cb5c87
commit d650db5206
7 changed files with 57 additions and 297 deletions

View File

@@ -109,7 +109,7 @@ func whoPut(namespace string, g storage.Graph, w http.ResponseWriter, r *http.Re
delete(op, k)
}
}
if err := g.Update(r.Context(), namespace, entity.One{Name: id}, operator.SetMany{op}); err != nil {
if err := g.Update(r.Context(), namespace, entity.One{Name: id}, operator.SetMany{Value: op}); err != nil {
return err
}