From 4e53ec3957cf9f4c94d234a301c3aa2cdf2bf358 Mon Sep 17 00:00:00 2001 From: Lisa Rennels <31779240+lrennels@users.noreply.github.com> Date: Fri, 19 May 2023 22:04:44 -0700 Subject: [PATCH] Remove extra end statement. --- test/test_timesteparrays.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_timesteparrays.jl b/test/test_timesteparrays.jl index 0f34af501..1533491a9 100644 --- a/test/test_timesteparrays.jl +++ b/test/test_timesteparrays.jl @@ -740,8 +740,6 @@ reset_time_val(x, zeros(10)) reset_time_val(y, collect(reshape(zeros(8), 4, 2))) - end #module - #------------------------------------------------------------------------------ # 8. Test handling of offsets for TimestepValue and TimestepIndex with a TimestepMatrix # --> this is a very specific test to handle PR #857, specifically for methods