From 2376282bc61fed2723f7578e2dbe060f81e98f0b Mon Sep 17 00:00:00 2001
From: Elliot Oram <Elliot.Oram@stfc.ac.uk>
Date: Tue, 20 Oct 2015 12:17:34 +0100
Subject: [PATCH] Ammend system tests to account for can rebin

Refs #13993
---
 .../plugins/algorithms/ApplyPaalmanPingsCorrectionTest.py       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/ApplyPaalmanPingsCorrectionTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/ApplyPaalmanPingsCorrectionTest.py
index 581f3c7e413..c3ebe75b862 100644
--- a/Framework/PythonInterface/test/python/plugins/algorithms/ApplyPaalmanPingsCorrectionTest.py
+++ b/Framework/PythonInterface/test/python/plugins/algorithms/ApplyPaalmanPingsCorrectionTest.py
@@ -49,7 +49,7 @@ class ApplyPaalmanPingsCorrectionTest(unittest.TestCase):
         """
 
         DeleteWorkspace(self._sample_ws)
-        DeleteWorkspace(self._can_ws)
+        DeleteWorkspace(mtd['can_ws'])
         DeleteWorkspace(self._corrections_ws)
 
 
-- 
GitLab