From 13d87165a7f265544f943d341368af121515d6ec Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 17 Jan 2018 18:44:33 +0000
Subject: [PATCH] little addition to dicom test

---
 tests/test_dicom.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_dicom.py b/tests/test_dicom.py
index 20e933b6b..a728c0b46 100644
--- a/tests/test_dicom.py
+++ b/tests/test_dicom.py
@@ -101,6 +101,7 @@ def test_loadSeries():
 
             for img in imgs:
 
+                assert img.dicomDir           == td
                 assert img.shape              == expShape
                 assert img[:].shape           == expShape
                 assert img.get('PatientName') == 'MCCARTHY_PAUL' or \
-- 
GitLab