Skip to content

Commit

Permalink
Fix bad reference to old name in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jun 10, 2020
1 parent 7d7818d commit ab0cb6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from moto import mock_s3
import pytest

from chord_drop_box_service.app import application
from chord_drop_box_service.backends.minio import MinioBackend
from chord_drop_box_service.backends.local import LocalBackend
from bento_drop_box_service.app import application
from bento_drop_box_service.backends.minio import MinioBackend
from bento_drop_box_service.backends.local import LocalBackend


@pytest.fixture(scope='session')
Expand Down

0 comments on commit ab0cb6e

Please sign in to comment.