Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
AddisonSchiller committed Nov 22, 2017
1 parent e5892ba commit 950f3d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/providers/box/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,8 +854,10 @@ async def test_returns_metadata(self, provider, root_provider_fixtures):
class TestOperations:

def test_will_self_overwrite(self, provider, other_provider):
src_path = WaterButlerPath('/50 shades of nope.txt', _ids=(provider.folder, '12231'))
dest_path = WaterButlerPath('/50 shades of nope2223.txt', _ids=(provider.folder, '2342sdfsd'))
src_path = WaterButlerPath('/50 shades of nope.txt',
_ids=(provider.folder, '12231'))
dest_path = WaterButlerPath('/50 shades of nope2223.txt',
_ids=(provider.folder, '2342sdfsd'))

result = provider.will_self_overwrite(other_provider, src_path, dest_path)
assert result is False
Expand Down

0 comments on commit 950f3d9

Please sign in to comment.