mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Renamed bigchain import to bigchaindb
This commit is contained in:
parent
8aac5c7e64
commit
bb68a44b96
@ -152,7 +152,7 @@ def test_drop_db_when_interactive_yes(mock_db_drop, monkeypatch):
|
||||
@patch('bigchaindb.backend.schema.drop_database')
|
||||
def test_drop_db_when_db_does_not_exist(mock_db_drop, capsys):
|
||||
from bigchaindb import config
|
||||
from bigchaindb.commands.bigchain import run_drop
|
||||
from bigchaindb.commands.bigchaindb import run_drop
|
||||
from bigchaindb.common.exceptions import DatabaseDoesNotExist
|
||||
args = Namespace(config=None, yes=True)
|
||||
mock_db_drop.side_effect = DatabaseDoesNotExist
|
||||
|
Loading…
x
Reference in New Issue
Block a user