Skip to content

Commit

Permalink
remove duplicated test_base
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Nov 8, 2023
1 parent f40608c commit 099f29e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 39 deletions.
37 changes: 0 additions & 37 deletions test/unit/internal/test_base.py

This file was deleted.

2 changes: 1 addition & 1 deletion test/unit/internal/test_emerge_planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from b2sdk.transfer.outbound.copy_source import CopySource as OrigCopySource
from b2sdk.transfer.outbound.upload_source import UploadSourceStream

from .test_base import TestBase
from ..test_base import TestBase


class UploadSource(UploadSourceStream):
Expand Down
2 changes: 1 addition & 1 deletion test/unit/internal/test_unbound_write_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from b2sdk.transfer.emerge.write_intent import WriteIntent
from b2sdk.utils import hex_sha1_of_bytes

from .test_base import TestBase
from ..test_base import TestBase


class TestIOWrapper(TestBase):
Expand Down

0 comments on commit 099f29e

Please sign in to comment.