From 7a0f7a7eada56799edf5741317a925cdd221aad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Boczar?= Date: Mon, 11 May 2020 14:16:22 +0200 Subject: [PATCH] test/common: fix error in test data --- test/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common.py b/test/common.py index 974dda2..019717e 100644 --- a/test/common.py +++ b/test/common.py @@ -500,7 +500,7 @@ class MemoryTestDataMixin: (0x05, 0x11), (0x0a, 0x22), (0x0f, 0x33), - (0x1d, 0x44), + (0x1e, 0x44), (0x15, 0x55), (0x13, 0x66), (0x18, 0x77),