Skip to content

Commit

Permalink
use factcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Apr 28, 2017
1 parent 1dd9f38 commit 50db67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/basics.jl
Expand Up @@ -9,8 +9,8 @@ number() = round(Int, rand()*1000)

facts("Basic checks") do
x = Signal(Float32)
@test isa(x, Signal{Type{Float32}})
@fact isa(x, Signal{Type{Float32}}) --> true

a = Signal(number())
b = map(x -> x*x, a)

Expand Down

0 comments on commit 50db67c

Please sign in to comment.