Enforce consistent string quoting style

This commit is contained in:
2022-02-14 01:29:30 +01:00
parent 36c29627af
commit 7de587148e
2 changed files with 4 additions and 4 deletions

View File

@ -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()