Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Dec 5, 2023
1 parent 2dfac1d commit edd3556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@ end
@test convert(Fill, transpose(a)) Fill(2.0+im,1,5)
end

@testst "custom AbstractFill types" begin
@testset "custom AbstractFill types" begin
# implicit axes
struct StaticZerosVec{L,T} <: FillArrays.AbstractZeros{T,1,Tuple{SOneTo{L}}} end
Base.size(::StaticZerosVec{L}) where {L} = (L,)
Expand Down

0 comments on commit edd3556

Please sign in to comment.