Skip to content

Commit 8795471

Browse files
committed
💚 python fs2 hates str on python 2
1 parent 1d6ce31 commit 8795471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gitfs_opener.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def test_opener(fake_clone):
99
fake_clone.return_value = '.'
1010
url = "git://github.com/moremoban/pypi-mobans.git?submodule=true!/tests"
1111
file_system = fs.open_fs(url)
12-
ok_(file_system.exists('test_gitfs_opener.py'))
12+
ok_(file_system.exists(u'test_gitfs_opener.py'))
1313
fake_clone.assert_called_with(
1414
GitRequire(
1515
git_url='git://github.com/moremoban/pypi-mobans.git',

0 commit comments

Comments
 (0)