Skip to content

Commit 2a36622

Browse files
committed
Added new lines at end of test cases
1 parent 0288a12 commit 2a36622

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration_tests/test_dict_06.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def test_dict():
2121
assert abs(rollnumber2cpi[0] - 1.1) <= 1e-12
2222
assert len(rollnumber2cpi) == 1001
2323

24-
test_dict()
24+
test_dict()

integration_tests/test_dict_07.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def test_dict():
1515
for i in range(97, 97 + 26):
1616
assert smalltocaps[chr(i)] == chr(i - 32)
1717

18-
test_dict()
18+
test_dict()

0 commit comments

Comments
 (0)