diff --git a/test/runtests.jl b/test/runtests.jl index 1758f3c..e4bd52a 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -8,5 +8,5 @@ using Test include("standardize.jl") include("reciprocal.jl") include("reduce.jl") - include("dataset.jl") + include("symmetry.jl") end diff --git a/test/dataset.jl b/test/symmetry.jl similarity index 100% rename from test/dataset.jl rename to test/symmetry.jl