From 512874f931efe4cf64480ee5dc666b56ca6506e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Am=C3=A9rico?= Date: Wed, 17 Apr 2019 20:10:34 -0300 Subject: [PATCH] Fix object index in annotation test --- tests/unit/annotations.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/annotations.spec.js b/tests/unit/annotations.spec.js index 8506765..ebad6ff 100644 --- a/tests/unit/annotations.spec.js +++ b/tests/unit/annotations.spec.js @@ -28,10 +28,10 @@ describe('Annotations', () => { const expected = [ [ - `10 0 obj`, + `11 0 obj`, `<< /S /GoTo -/D [6 0 R /XYZ null null null] +/D [7 0 R /XYZ null null null] >>` ] ];