Fixed the descriptions for the necroplex!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 23:22:29 +0000 (17:22 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Jan 2012 23:22:29 +0000 (17:22 -0600)
mediagoblin/tests/test_sql_migrations.py

index 71ea321ad8ced2139f207e1cf86cfe063af1af20..8bb82efdf4e4195c28f761445c1113ba882c6d27 100644 (file)
@@ -615,7 +615,7 @@ def test_set1_to_set3():
     level = session.query(Level1).filter_by(
         id=u'necroplex').one()
     assert level.name == u'The Necroplex'
-    assert level.description == u'A complex of pure deathzone.'
+    assert level.description == u'A complex full of pure deathzone.'
     assert level.exits == {
         'deathwell': 'evilstorm',
         'portal': 'central_park'}
@@ -739,7 +739,7 @@ def test_set1_to_set3():
     level = session.query(Level3).filter_by(
         id=u'necroplex').one()
     assert level.name == u'The Necroplex'
-    assert level.description == u'A complex of pure deathzone.'
+    assert level.description == u'A complex full of pure deathzone.'
     level_exits = _get_level3_exits(session, level)
     assert level_exits == {
         u'deathwell': u'evilstorm',