Skip to content

Commit

Permalink
run tests Pt.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 12, 2024
1 parent 41b8b32 commit e3286af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ using Test
@testset "Ahead.jl" begin
val = Ahead.foo(1)
print(val)
@test val == 0
@test isapprox(round(val[:residuals][1]), 0)
end

0 comments on commit e3286af

Please sign in to comment.