Skip to content

Commit a5ee635

Browse files
committed
test: update call
1 parent f833713 commit a5ee635

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/tracing.jl

+7-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,13 @@ using Test
149149
)
150150
@test tracedty == targetty
151151

152-
tracedty2 = traced_type(origty, Val(ConcreteToTraced), ReactantPrimitive)
152+
tracedty2 = traced_type(
153+
origty,
154+
Val(ConcreteToTraced),
155+
ReactantPrimitive,
156+
Reactant.BatchNone,
157+
nothing,
158+
)
153159
@test tracedty2 == targetty
154160
end
155161

0 commit comments

Comments
 (0)