Enforce consistent string quoting style
This commit is contained in:
@ -81,7 +81,7 @@ REFERENCE_ICONS = [
|
||||
]
|
||||
|
||||
|
||||
@pytest.mark.parametrize("reference", REFERENCE_ICONS)
|
||||
@pytest.mark.parametrize('reference', REFERENCE_ICONS)
|
||||
def test_identicon(reference):
|
||||
icon = Identicon(reference.fingerprint)
|
||||
icon.calculate()
|
||||
|
Reference in New Issue
Block a user