From 62f0e3e7577733c369ccb172df04a82571a01027 Mon Sep 17 00:00:00 2001
From: ojs1g14 <ojs1g14@soton.ac.uk>
Date: Thu, 26 Jul 2018 12:08:23 +0100
Subject: [PATCH] Update sample_test.py

---
 tests/sample_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sample_test.py b/tests/sample_test.py
index 888bb7f..bf44df1 100644
--- a/tests/sample_test.py
+++ b/tests/sample_test.py
@@ -31,7 +31,7 @@ class TestBasicFunction(unittest.TestCase):
     @unittest.expectedFailure
     def test_import_stl(self):
         from AmpScan.core import AmpObject
-        from AmpScan.tests import sample_stl_sphere.stl as stlFile
+        from AmpScan.tests import sample_stl_sphere as stlFile
         Amp = AmpObject(stlFile)
         self.assertRaises(MemoryError)
 
-- 
GitLab