Skip to content

Commit 96e58df

Browse files
committed
feat: comprehensive package enhancements and infrastructure
1 parent b334ae3 commit 96e58df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_random_greeting_contains_name():
137137
({"greeting": "Hi"}, "Hi, John!"),
138138
({"punctuation": "."}, "Hello, John."),
139139
({"uppercase": True}, "HELLO, JOHN!"),
140-
({"max_length": 10}, "Hello, Jo..."),
140+
({"max_length": 10}, "Hello, ..."),
141141
(
142142
{
143143
"greeting": "Welcome",

0 commit comments

Comments
 (0)