summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/etap/030-doc-from-json.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/etap/030-doc-from-json.t b/test/etap/030-doc-from-json.t
index 22b23bd4..c4ef649a 100755
--- a/test/etap/030-doc-from-json.t
+++ b/test/etap/030-doc-from-json.t
@@ -92,14 +92,16 @@ test_from_json_success() ->
data = stub,
type = <<"application/awesome">>,
att_len = 45,
- disk_len = 45
+ disk_len = 45,
+ revpos = nil
},
#att{
name = <<"noahs_private_key.gpg">>,
data = <<"I have a pet fish!">>,
type = <<"application/pgp-signature">>,
att_len = 18,
- disk_len = 18
+ disk_len = 18,
+ revpos = 0
}
]},
"Attachments are parsed correctly."