Skip to content

Commit 7f2e0e5

Browse files
authored
Update test_cases.py
corrected test output
1 parent bb6b7d2 commit 7f2e0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# Test case 2 is checking if there are more than the two allowed '/'
1616
if line.find("///") != -1:
17-
print(file + " in line " + str(i) + ": not permitted use of '/' ")
17+
print(file + " in line " + str(i) + ": not permitted use of '///' ")
1818

0 commit comments

Comments
 (0)