Attribute artist

This commit is contained in:
Eliot Berriot 2019-04-11 10:17:10 +02:00
parent 8687a64873
commit 4e44e4e4b6
31 changed files with 1741 additions and 46 deletions

View file

@ -10,7 +10,7 @@ def mutations_registry():
return mutations.Registry()
def test_apply_mutation(mutations_registry):
def test_apply_mutation(mutations_registry, db):
class Obj:
pass