From 1de490d44200d4e30071fd59d896a67988b9b0f3 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauld.mccarthy@gmail.com>
Date: Thu, 17 Nov 2016 13:31:26 +0000
Subject: [PATCH] Test case update

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

diff --git a/tests/test_image.py b/tests/test_image.py
index f67cdc248..62a665070 100644
--- a/tests/test_image.py
+++ b/tests/test_image.py
@@ -112,7 +112,7 @@ def test_looksLikeImage():
 
 def test_addExt(testdir):
 
-    default = fslimage.DEFAULT_EXTENSION
+    default = fslimage.defaultExt()
 
     # (file, mustExist, expected)
     tests = [
-- 
GitLab