Skip to content

Commit 6c61bda

Browse files
committed
remove duplicate test case names
1 parent 336e4a4 commit 6c61bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_configManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_case11():
7676
assert result['includeDiskData'] == 'no'
7777

7878

79-
def test_case11():
79+
def test_case12():
8080
cm = ConfigManager()
8181
result = cm.defaults
8282
assert 'protocol' in result.keys()

0 commit comments

Comments
 (0)