subject -> topic: Fix message tests.

This commit is contained in:
Steve Howell
2018-11-10 17:28:56 +00:00
committed by Tim Abbott
parent c90085b28e
commit a86e7fbd9f
2 changed files with 81 additions and 73 deletions

View File

@@ -57,8 +57,8 @@ FILES_WITH_LEGACY_SUBJECT = {
'zerver/lib/stream_topic.py',
'zerver/lib/url_encoding.py',
# These may be tough fixes, but progress can me made.
'zerver/tests/test_messages.py',
# This has lots of query data embedded, so it's hard
# to fix everything until we migrate the DB to "topic".
'zerver/tests/test_narrow.py',
}