Skip to content

Commit

Permalink
run tests Pt.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 12, 2024
1 parent 415edd8 commit 41b8b32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Ahead
using Test

@testset "Ahead.jl" begin
val = Ahead.foo(1)
print(val['residuals'][1])
@test isapprox(val['residuals'][1], 0)
val = Ahead.foo(1)
print(val)
@test val == 0
end

0 comments on commit 41b8b32

Please sign in to comment.