Skip to content

Commit a992b93

Browse files
committed
misspelled #155 with #156. Fixed with this commit.
1 parent 0432043 commit a992b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_storage_filecache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ def test_lock_class(self, tmpdir):
116116
cache.close()
117117

118118
def test_filecache_with_delete_request(self, tmpdir, sess):
119-
# verifies issue #156
119+
# verifies issue #155
120120
url = self.url + ''.join(sample(string.ascii_lowercase, randint(2, 4)))
121121
sess.delete(url)
122122
assert True # test verifies no exceptions were raised
123123

124124
def test_filecache_with_put_request(self, tmpdir, sess):
125-
# verifies issue #156
125+
# verifies issue #155
126126
url = self.url + ''.join(sample(string.ascii_lowercase, randint(2, 4)))
127127
sess.put(url)
128128
assert True # test verifies no exceptions were raised

0 commit comments

Comments
 (0)