Skip to content

Commit 2d6b07d

Browse files
committed
Fix nomenclature in a test case
1 parent 3e73da6 commit 2d6b07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_bind_parameters_as_tuple_work(self):
8282
# class for other TestCases that vary the strict_one attribute. The TestOne
8383
# tests will be re-run in each new context.
8484

85-
class TestNotOneException(WithData):
85+
class TestWrongNumberException(WithData):
8686

8787
def test_TooFew_message_is_helpful(self):
8888
try:

0 commit comments

Comments
 (0)