Fix: gitignore newlines
This commit is contained in:
@@ -409,4 +409,3 @@ def test_get_nonexisting_attributes_from_dictionaries(attribute):
|
||||
dd = Dictionary("", dictionary)
|
||||
with pytest.raises(KeyError):
|
||||
_ = dd[attribute]
|
||||
|
||||
|
||||
@@ -179,4 +179,3 @@ def test_salt_crypt():
|
||||
# dec = utils.salt_decrypt("secret", authenticator, salt, enc)
|
||||
# assert enc == encrypted
|
||||
# assert plaintext = dec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user