No need to cover this, it's future growth

This commit is contained in:
Trenton H 2024-06-06 08:48:55 -07:00
parent ddeffc8e74
commit 3c22c4ea87

View File

@ -128,7 +128,7 @@ class CryptMixin:
salt=bytes.fromhex(self.salt),
iterations=self.key_iterations,
)
else:
else: # pragma: no cover
raise CommandError(
f"{self.kdf_algorithm} is an unknown key derivation function",
)