Skip to content

Commit cc20be9

Browse files
committed
explicit import of @testmodule
1 parent e861cc3 commit cc20be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComplexMixtures.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using Printf: @sprintf
1616
using ProgressMeter: Progress, next!
1717
using StaticArrays: SVector, SMatrix, @SMatrix, MMatrix
1818
using Statistics: mean, std
19-
using TestItems: @testitem
19+
using TestItems: @testitem, @testmodule
2020

2121

2222
# Data types

0 commit comments

Comments
 (0)