From 79a89a08d4fadc23652a368de222e872e2fab978 Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Thu, 25 Jul 2024 14:11:51 +0200
Subject: [PATCH] Update test

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

diff --git a/test/tools.jl b/test/tools.jl
index 59221d30..09d884a1 100644
--- a/test/tools.jl
+++ b/test/tools.jl
@@ -91,7 +91,7 @@ const ONLINEFILE = datapath("online", "km3net_online.root")
     @test 56 == length(t[1].trks)
     @test 0 == length(t[1].w)
     @test 17 == length(t[1].trks[1].fitinf)
-    @test 0.009290906625313346 == t[end].trks[1].fitinf[1]
+    @test 0.009290906625313346 == t[end].trks[1].fitinf[0]
     close(f)
 
     f = ROOTFile(datapath("offline", "numucc.root"))
-- 
GitLab