Fix test_feed

This commit is contained in:
Pedro Ferreira 2017-07-31 23:16:20 +02:00
parent f2f4a829d2
commit 3a0ad1b3ff

View File

@ -3,7 +3,8 @@ from collections import OrderedDict
import pytest
from ssb.keys import KeyPair, Message
from ssb.feed import Message
from ssb.keys import KeyPair
@pytest.fixture()