Skip to content

Commit

Permalink
Fix tests for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
waltergu committed Oct 19, 2024
1 parent 28bb38d commit 1267f31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Toolkit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ end
@test reparameter(Vector, 1, Real, false) == Vector{Real}
@test reparameter(Vector{Int}, 2, 3, false) == Array{Int, 3}

@test contentnames(Vector) == ()
@test rawtype(Int) == Int
@test rawtype(Vector{Int}) == Array
@test rawtype(Vector) == Array
Expand Down

0 comments on commit 1267f31

Please sign in to comment.