From 1bfd35b8b5da7ece07cda9cb96a7c71a6830a8d0 Mon Sep 17 00:00:00 2001
From: Peter Onyisi <ponyisi@utexas.edu>
Date: Fri, 13 Nov 2020 20:43:21 +0100
Subject: [PATCH] Fix test suite

---
 .../test/LumiblockHistogramProviderTestSuite.cxx                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/AthenaMonitoringKernel/test/LumiblockHistogramProviderTestSuite.cxx b/Control/AthenaMonitoringKernel/test/LumiblockHistogramProviderTestSuite.cxx
index 80e8933517b..fb0b4714190 100644
--- a/Control/AthenaMonitoringKernel/test/LumiblockHistogramProviderTestSuite.cxx
+++ b/Control/AthenaMonitoringKernel/test/LumiblockHistogramProviderTestSuite.cxx
@@ -121,7 +121,7 @@ class LumiblockHistogramProviderTestSuite {
 
     void test_shouldCreateNewHistogramWithUpdatedLumiBlock() {
       auto expectedFlow = {
-        make_tuple(100, 100000, "/run_100000/lowStat_LB101-120/"),
+        make_tuple(100, 100000, "/run_100000/lowStat_LB81-100/"),
         make_tuple(125, 200000, "/run_200000/lowStat_LB121-140/"),
       };
 
-- 
GitLab