From f77b81e15ea14eba8a007aa8c22a67cf88816c4b Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Thu, 24 Oct 2024 00:29:43 +0200 Subject: [PATCH] There is still 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 a2007bf4..1179572f 100644 --- a/test/hardware.jl +++ b/test/hardware.jl @@ -215,5 +215,5 @@ end @testset "KM3DB extensions" begin using KM3DB d = Detector(133) - @test 398 == length(d) + @test 399 == length(d) end -- GitLab