summaryrefslogtreecommitdiff
path: root/tests/analysis/contents/checksum.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/analysis/contents/checksum.py')
-rw-r--r--tests/analysis/contents/checksum.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/analysis/contents/checksum.py b/tests/analysis/contents/checksum.py
index 54e4630..fd0c3ed 100644
--- a/tests/analysis/contents/checksum.py
+++ b/tests/analysis/contents/checksum.py
@@ -56,7 +56,7 @@ class TestRestrictedContent(ChrysalideTestCase):
fcnt = FileContent(self._out.name)
self.assertIsNotNone(fcnt)
- start = vmpa(4, vmpa.VMPA_NO_VIRTUAL)
+ start = vmpa(4, vmpa.VmpaSpecialValue.NO_VIRTUAL)
covered = mrange(start, 4) # 'BBBB'
rcnt = RestrictedContent(fcnt, covered)