From 041f4d93f732957b908c5da7c3b451f5acc7f76f Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 17 May 2018 17:22:45 +0100 Subject: [PATCH] tests/test_diff: Update `instrumentation` reference. Update the import path for the test to use `instruments` instead of `instrumentation`. --- tests/test_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):