Skip to content

Commit f044718

Browse files
author
Olivier Thill
committed
fix typo in test
1 parent f1ec34f commit f044718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/meta.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ end
6161
end
6262

6363
@testset "Negating and @tf" begin
64-
a = tf.constant(1)
64+
a = constant(1)
6565
@tf b = -a
6666
@test true # Above line would have errored if unary - didn't work with @tf
6767
end

0 commit comments

Comments
 (0)