Skip to content

Commit 3c5c5a0

Browse files
committed
chore: minor fix
1 parent 7799a57 commit 3c5c5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/keyrings/raw_rsa_keyring_example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ def encrypt_and_decrypt_with_keyring():
186186
keyring=raw_rsa_keyring_bob
187187
)
188188

189-
assert False, "client.decrypt should throw a error of type CollectionOfErrors!"
189+
assert False, "client.decrypt should throw an error of type CollectionOfErrors!"
190190
except CollectionOfErrors:
191191
pass

0 commit comments

Comments
 (0)