Skip to content

Commit 118bcbf

Browse files
committed
Fix missing test import
1 parent de46330 commit 118bcbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_utils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using DynamicExpressions
2+
using DynamicExpressions.UtilsModule: fill_similar
23
using Test
34

45
operators = OperatorEnum(; binary_operators=(+, *, -, /, ^), unary_operators=(exp, sin))

0 commit comments

Comments
 (0)