From d91ffef9aae157b6c3e7585458d01fa0978b8006 Mon Sep 17 00:00:00 2001
From: Michiel Cottaar <MichielCottaar@protonmail.com>
Date: Thu, 30 May 2024 10:19:44 +0100
Subject: [PATCH] Add variables. in tests

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

diff --git a/test/test_sequences.jl b/test/test_sequences.jl
index 9fa817a..057b679 100644
--- a/test/test_sequences.jl
+++ b/test/test_sequences.jl
@@ -128,7 +128,7 @@
                 (pulse, t_pulse) = get_pulse(seq, 35.)
                 @test 1.1 < t_pulse < 1.2
                 @test variables.flip_angle(pulse) ≈ 180.
-                @test iszero(phase(pulse))
+                @test iszero(variables.phase(pulse))
             end
         end
     end
-- 
GitLab