mirror of
https://gitlab.com/MisterBiggs/astro-helper.git
synced 2025-07-23 22:51:20 +00:00
making test fail on purpose
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user