aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-05-17 17:22:45 +0100
committersetrofim <setrofim@gmail.com>2018-05-21 10:26:28 +0100
commit041f4d93f732957b908c5da7c3b451f5acc7f76f (patch)
treed8754ccf8cfc55f8424e355a6c598172abb3e2be
parent978d43b33da1430ffc069780ad7550ed26df25b7 (diff)
tests/test_diff: Update `instrumentation` reference.
Update the import path for the test to use `instruments` instead of `instrumentation`.
-rw-r--r--tests/test_diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_diff.py b/tests/test_diff.py
index 52f6fbdf..d7c8ca5d 100644
--- a/tests/test_diff.py
+++ b/tests/test_diff.py
@@ -22,7 +22,7 @@ from unittest import TestCase
from nose.tools import assert_equal
-from wa.instrumentation.misc import _diff_interrupt_files
+from wa.instruments.misc import _diff_interrupt_files
class InterruptDiffTest(TestCase):