Skip to content

Commit c6ef210

Browse files
committed
fix: a vs an, integer
thanks copilot Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent feb8b56 commit c6ef210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_env_get_int.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_get_int_env_var_that_exists_and_is_none_due_to_empty_string(self):
2929
self.assertIsNone(result)
3030

3131
def test_get_int_env_var_that_does_not_exist_and_default_value_returns_none(self):
32-
"""Test that gets a integer environment variable that does not exist
32+
"""Test that gets an integer environment variable that does not exist
3333
and default value returns: none
3434
"""
3535
result = get_int_env_var("DOES_NOT_EXIST")

0 commit comments

Comments
 (0)