Skip to content

Commit 2e0a6ed

Browse files
author
Joshua Coffey
authored
Update python/tests/test_oberon.py
1 parent dea089d commit 2e0a6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tests/test_oberon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class OberonTests(unittest.TestCase):
1616
def test_oberon_demo(self):
17-
key = oberon.create_key(CreateOberonKeyRequest()))
17+
key = oberon.create_key(CreateOberonKeyRequest())
1818
data = bytes("alice", "utf8")
1919
nonce = bytes("1234", "utf8")
2020

0 commit comments

Comments
 (0)