From 79c4af1bf0ad1eac1df328ec9b2dd0c019d266dc Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Sun, 11 Oct 2020 12:58:46 +0200
Subject: [PATCH] Update km3net-testdata path

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

diff --git a/km3buu/tests/test_output.py b/km3buu/tests/test_output.py
index df31707..6d28c5a 100644
--- a/km3buu/tests/test_output.py
+++ b/km3buu/tests/test_output.py
@@ -17,7 +17,7 @@ from os import listdir
 from os.path import abspath, join, dirname
 from km3net_testdata import data_path
 
-TESTDATA_DIR = data_path("km3buu/gibuu_raw")
+TESTDATA_DIR = data_path("gibuu")
 
 
 class TestXSection(unittest.TestCase):
-- 
GitLab