diff options
-rw-r--r-- | mediagoblin/tests/test_migrations.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_migrations.py b/mediagoblin/tests/test_migrations.py index 127b90e1..c100a26a 100644 --- a/mediagoblin/tests/test_migrations.py +++ b/mediagoblin/tests/test_migrations.py @@ -42,7 +42,8 @@ def creature_add_magical_powers(database): Add lists of magical powers. This defaults to [], an empty list. Since we haven't declared any - magical powers, all existing monsters should + magical powers, all existing monsters, setting to an empty list is + fine. """ database['creatures'].update( {'magical_powers': {'$exists': False}}, |