Skip to content

Commit

Permalink
correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
romain.veltz@inria.fr committed Sep 30, 2022
1 parent 69d049e commit a44e4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ end
@test size(result.xd)[1] == 100
end

@testset "DiffEqJump Wrap" begin
include("../examples/examplediffeqjumpwrapper.jl")
@testset "JumpProcesses Wrap" begin
# include("../examples/examplediffeqjumpwrapper.jl")
end

2 comments on commit a44e4ee

@rveltz
Copy link
Owner

@rveltz rveltz commented on a44e4ee Oct 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/69343

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.5 -m "<description of version>" a44e4ee4cb9bc1b5c7c6343b5ea10a0a5e2925be
git push origin v0.0.5

Please sign in to comment.