Skip to content

Commit

Permalink
remove the test
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Mar 3, 2024
1 parent 183e7e0 commit d07bcdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ julia = "1"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "ContinuumArrays", "Documenter", "Test"]
test = ["Aqua", "Documenter", "Test"]
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using ContinuumArrays

@testset "bugs" begin
@test _to_precisiontype(Float64, Complex) == Complex{Float64}
@test precisionconvert(BigFloat, Inclusion(-1..1)) isa Inclusion{BigFloat}
@test precisionconvert(BigFloat, rand(ComplexF64, 3)) isa Vector{Complex{BigFloat}}
end

@testset "Doctest" begin
Expand Down

0 comments on commit d07bcdc

Please sign in to comment.