From fb61aa140eec41b8ce0f2d934da5784ead67ecd3 Mon Sep 17 00:00:00 2001 From: Anson Date: Wed, 20 Jan 2021 17:53:53 -0700 Subject: [PATCH] making test fail on purpose --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index b86de1d..ad6e160 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -9,4 +9,5 @@ import AstroHelper: Quaternion @test Quaternion([0 0 0], 0) == Quaternion(0, 0, 0, 1) @test Quaternion([1 -2 2], (-2 * pi / 3)) ≈ Quaternion([-sqrt(3) / 6, sqrt(3) / 3, -sqrt(3) / 3, 1 / 2]) @test_throws ErrorException Quaternion(1, 2, 3, 4) + @test false end \ No newline at end of file