From a13ebd0e3df87dbcf01fb79cecd0d293e02a0316 Mon Sep 17 00:00:00 2001
From: Marko Petric <marko.petric@cern.ch>
Date: Wed, 19 Feb 2020 15:35:01 +0100
Subject: [PATCH] revert order of import in import test

---
 DDTest/python/test_import.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DDTest/python/test_import.py b/DDTest/python/test_import.py
index b0df29c91..b5454cb04 100644
--- a/DDTest/python/test_import.py
+++ b/DDTest/python/test_import.py
@@ -10,10 +10,10 @@ import pytest
 parametrize = pytest.mark.parametrize
 
 moduleNames = [
-    'DDDigi',
-    'DDG4',
     'dd4hep',
+    'DDG4',
     'DDRec',
+    'DDDigi',
     ]
 
 # List here the modules that are allowed to Fail.
-- 
GitLab