Skip to content

Commit

Permalink
fix a too-long line from version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Feb 4, 2017
1 parent c6e1611 commit a2200c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/twisted/test/test_sslverify.py
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,10 @@ def test_methodIsDeprecated(self):
)

message = ("Passing method to twisted.internet.ssl.CertificateOptions "
"was deprecated in Twisted 17.1.0. Please use a combination "
"of insecurelyLowerMinimumTo, raiseMinimumTo, and "
"lowerMaximumSecurityTo instead, as Twisted will correctly "
"configure the method.")
"was deprecated in Twisted 17.1.0. Please use a "
"combination of insecurelyLowerMinimumTo, raiseMinimumTo, "
"and lowerMaximumSecurityTo instead, as Twisted will "
"correctly configure the method.")

warnings = self.flushWarnings([self.test_methodIsDeprecated])
self.assertEqual(1, len(warnings))
Expand Down

0 comments on commit a2200c3

Please sign in to comment.