Skip to content

Commit 6de76ed

Browse files
Update lib/BoundaryValueDiffEqShooting/test/basic_problems_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e25ac40 commit 6de76ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/BoundaryValueDiffEqShooting/test/basic_problems_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ end
160160
end
161161

162162
@testitem "Flow in a Channel" begin
163-
using BoundaryValueDiffEqShooting, OrdinaryDiffEqTsit5, OrdinaryDiffEqRosenbrock, LinearAlgebra
163+
using BoundaryValueDiffEqShooting, OrdinaryDiffEqTsit5, OrdinaryDiffEqRosenbrock,
164+
LinearAlgebra
164165

165166
function flow_in_a_channel!(du, u, p, t)
166167
R, P = p

0 commit comments

Comments
 (0)