Fix flake8 again :)

This commit is contained in:
Ahmed Muawia Khan 2018-09-13 16:21:49 +02:00
parent c431e225fe
commit a7463d8d04
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,7 @@ def test_write_assets():
# check that 3 assets were written to the database
cursor = conn.db.assets.find({}, projection={'_id': False})\
.sort('id', pymongo.ASCENDING)
.sort('id', pymongo.ASCENDING)
assert cursor.collection.count_documents({}) == 3
assert list(cursor) == assets[:-1]

View File

@ -11,7 +11,6 @@ from argparse import Namespace
import pytest
from bigchaindb import ValidatorElection
from tests.conftest import node_keys
def test_make_sure_we_dont_remove_any_command():