From a03d858c2bd545734769674bd5ff752fda57aef7 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Wed, 23 Oct 2024 17:32:36 +0200
Subject: [PATCH] "There is no problem at all."

---
 test/hardware.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/hardware.jl b/test/hardware.jl
index 1179572f..a2007bf4 100644
--- a/test/hardware.jl
+++ b/test/hardware.jl
@@ -215,5 +215,5 @@ end
 @testset "KM3DB extensions" begin
     using KM3DB
     d = Detector(133)
-    @test 399 == length(d)
+    @test 398 == length(d)
 end
-- 
GitLab