Skip to content

Commit 96edbe0

Browse files
committedJan 17, 2025
test: update call
1 parent e2eb9fb commit 96edbe0

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
@@ -148,7 +148,13 @@ using Test
148148
)
149149
@test tracedty == targetty
150150

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

0 commit comments

Comments
 (0)