summaryrefslogtreecommitdiffstats
path: root/ffi/lang
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-01-29 15:43:31 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-01-29 17:41:26 +0100
commit009bb9b5267930b4898240d5405d73df81b9ae22 (patch)
tree942bde7a2892db39f099c2e8fa211bfa12c7c88c /ffi/lang
parent2fe226e26846a1ecd6a5e71c4e8c0e407727d86e (diff)
ffi: Fix test name.
Diffstat (limited to 'ffi/lang')
-rw-r--r--ffi/lang/python/tests/test_tpk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/lang/python/tests/test_tpk.py b/ffi/lang/python/tests/test_tpk.py
index 5960ed49..c630798f 100644
--- a/ffi/lang/python/tests/test_tpk.py
+++ b/ffi/lang/python/tests/test_tpk.py
@@ -33,7 +33,7 @@ def test_from_file():
t = TPK.open(ctx, pgp)
assert t.fingerprint() == fp
-def test_from_message():
+def test_from_packet_pile():
ctx = Context("org.sequoia-pgp.tests",
network_policy=NetworkPolicy.Offline,
ephemeral=True)