Skip to content

Commit

Permalink
use the shorter&less noisy deprecation test
Browse files Browse the repository at this point in the history
Co-authored-by: Frames White <[email protected]>
  • Loading branch information
exaexa and oxinabox authored Jan 8, 2025
1 parent 1928e21 commit 5c1ae3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import SparseArrays as SP

@testset "Bounds" begin
b = C.EqualTo(0)
@test_deprecated length(b)
@test length(b) == 1
@test (@test_deprecated length(b)) == 1
end

@testset "Values" begin
Expand Down

0 comments on commit 5c1ae3e

Please sign in to comment.