aboutsummaryrefslogtreecommitdiff
path: root/test/sca/test_edit.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sca/test_edit.py')
-rw-r--r--test/sca/test_edit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/test_edit.py b/test/sca/test_edit.py
index 637e9b7..f5b529e 100644
--- a/test/sca/test_edit.py
+++ b/test/sca/test_edit.py
@@ -8,7 +8,7 @@ from pyecsca.sca import Trace, trim, reverse, pad
class EditTests(TestCase):
def setUp(self):
- self._trace = Trace(np.array([10, 20, 30, 40, 50], dtype=np.dtype("i1")), None, None)
+ self._trace = Trace(np.array([10, 20, 30, 40, 50], dtype=np.dtype("i1")), None, None, None)
def test_trim(self):
result = trim(self._trace, 2)