small formatting change

This commit is contained in:
DanielBradburn
2016-08-10 22:29:02 +02:00
parent e06a90ed27
commit 7fba24198f

View File

@@ -98,6 +98,7 @@ def fstrings(draw):
return f"{prefix}{raw}'{content}'"
@hypothesis.given(format_specifiers())
def test_format_specifiers(format_specifier):
"""Verify that format_specifiers generates valid specifiers"""