Skip to content

Commit ade7733

Browse files
committed
minor: rename inner test
1 parent 5c26ba9 commit ade7733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_cacheprovider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ def test_always_passes():
884884
def test_readme_failed(self, testdir):
885885
testdir.makepyfile(
886886
"""
887-
def test_always_passes():
887+
def test_always_fails():
888888
assert 0
889889
"""
890890
)

0 commit comments

Comments
 (0)