Skip to content

Commit 7ca1959

Browse files
committed
fix
1 parent d42ba71 commit 7ca1959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/constructor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ end
132132
rg = Reactant.to_rarray(g)
133133
res = @jit selfreturn(rg)
134134
@test convert(Array, res[1][].data) == [3.14, 1.59]
135-
@test convert(Array, res[2][].data) == [3.14, 1.59]
135+
@test convert(Array, res[2][].data) [3.14, 1.59]
136136
@test res[1][].data == res[2][].data
137137
end

0 commit comments

Comments
 (0)