Skip to content

Commit 28ceac1

Browse files
committed
improve test coverage
1 parent a207aca commit 28ceac1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
def format_2(val):
44
"""Format: add error handling"""
55
return str(val).strip()
6+
7+
8+
def format_8(val):
9+
"""Format: improve test coverage"""
10+
return str(val).strip()

0 commit comments

Comments
 (0)