fix capitalization output to match humanize

This commit is contained in:
Antoine Beaupré 2016-11-17 11:36:00 -05:00
parent 342bebbd0e
commit e9cd5b5d60

View File

@ -368,7 +368,7 @@ class PregeneratedCode(ServerBase, ScriptsBase, unittest.TestCase):
# check sender
if mode == "text":
expected = ("Sending text message ({bytes:d} bytes){NL}"
expected = ("Sending text message ({bytes:d} Bytes){NL}"
"On the other computer, please run: "
"wormhole receive{NL}"
"Wormhole code is: {code}{NL}{NL}"