We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fe141 commit ad97c74Copy full SHA for ad97c74
fs/test.py
@@ -1495,9 +1495,9 @@ def test_upload(self):
1495
data = f.read()
1496
self.assertEqual(data, b"bar")
1497
1498
- # upload to non-existing path (/foo/bar)
+ # upload to non-existing path (/spam/eggs)
1499
with self.assertRaises(errors.ResourceNotFound):
1500
- self.fs.upload("/foo/bar/baz", bytes_file)
+ self.fs.upload("/spam/eggs", bytes_file)
1501
1502
def test_upload_chunk_size(self):
1503
test_data = b"bar" * 128
0 commit comments