lint: Fix extra blank lines.

This commit is contained in:
Tim Abbott 2020-06-18 17:45:14 -07:00
parent 508ba663dc
commit dbe9f09dae
1 changed files with 0 additions and 1 deletions

View File

@ -1000,7 +1000,6 @@ class StreamAdminTest(ZulipTestCase):
with self.assertRaisesRegex(JsonableError, "Available on Zulip Standard. Upgrade to access."):
list_to_streams(streams_raw, owner, autocreate=True)
do_change_plan_type(realm, Realm.SELF_HOSTED)
result = list_to_streams(streams_raw, owner, autocreate=True)
self.assert_length(result[0], 0)