Skip to content

Commit

Permalink
Fix expected test output
Browse files Browse the repository at this point in the history
Signed-off-by: John H. Hartman <[email protected]>
  • Loading branch information
jhh67 committed Mar 7, 2024
1 parent 360189b commit a6fabaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def test_17_invalid_suffix(self):
with self.assertRaises(subprocess.CalledProcessError) as cm:
output = self.runCmd("./hello -nl -3x2z -v --dry-run")
self.assertEqual(cm.exception.stdout.strip(),
'<command-line arg>:1: error: "2z" is not a valid number of co-locales.')
'<command-line arg>:1: error: "z" is not a valid suffix.')

def test_18_invalid_suffix2(self):
"""Reject invalid suffix that starts with a valid character"""
Expand Down

0 comments on commit a6fabaf

Please sign in to comment.