Skip to content

Commit 57807a9

Browse files
committed
fix tests
1 parent 3d7dbfa commit 57807a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CTFlows"
22
uuid = "1c39547c-7794-42f7-af83-d98194f657c2"
33
authors = ["Olivier Cots <olivier.cots@toulouse-inp.fr>"]
4-
version = "0.7.0"
4+
version = "0.8.0"
55

66
[deps]
77
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"

test/test_default.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ function test_default()
77
Test.@test CTFlowsODE.__reltol() < 1
88
Test.@test CTFlowsODE.__saveat() isa Vector
99
Test.@test CTFlowsODE.__alg() isa Tsit5
10-
Test.@test CTFlowsODE.__tstops() isa Vector{<:Time}
10+
Test.@test CTFlowsODE.__tstops() isa Vector{<:CTFlows.Time}
1111
end

0 commit comments

Comments
 (0)