Skip to content

Commit 6e8bb47

Browse files
committed
🐛 Fix tests
Fix problem with the tests due to the new package name.
1 parent 633d8a0 commit 6e8bb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION >= v"0.7.0-DEV.2036" && using Test
22
VERSION < v"0.7.0-DEV.2036" && using Base.Test
33

4-
using Rotations
4+
using ReferenceFrameRotations
55

66
# Available rotations.
77
rot_seq_array = ["XYX",

0 commit comments

Comments
 (0)