Skip to content

Commit 40e8193

Browse files
committed
fix type
1 parent 3e00cbd commit 40e8193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/differentials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@test wirtinger_conjugate(w) == 2+2im
66
@test w + w == Wirtinger(2+2im, 4+4im)
77

8-
@testset w + 1 == w + Thunk(()->1) == Wirtinger(2+1im, 2+2im)
8+
@test w + 1 == w + Thunk(()->1) == Wirtinger(2+1im, 2+2im)
99
@test w * 2 == 2 * w == Wirtinger(2 + 2im, 4 + 4im)
1010

1111
# TODO: other + methods stack overflow

0 commit comments

Comments
 (0)