Skip to content

Commit 8b38ad0

Browse files
test(configure): apply a suggested change for a comment about required argument values
Co-authored-by: Onur Özkan <[email protected]>
1 parent 95253ac commit 8b38ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_unknown_args(self, err):
114114

115115
@patch("configure.err")
116116
def test_need_value_args(self, err):
117-
"""It should print an error message if an argument that requires a value is not given one"""
117+
"""It should print an error message if a required argument value is missing"""
118118
configure.parse_args(["--target"])
119119
err.assert_called_with("Option '--target' needs a value (--target=val)")
120120

0 commit comments

Comments
 (0)