Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann authored Aug 7, 2024
1 parent a13ba23 commit da2382d
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 @@ -213,7 +213,7 @@ Threads.nthreads() <= 1 && @info "Threads.nthreads() = $(Threads.nthreads()), mu

@testset "WebP" begin
for typ in [RGBA{N0f8}, RGB{N0f8}]
@testset "$typ WEBP" begin
@testset "$typ WebP" begin
img = rand(typ, 10, 10)
f = File{format"WebP"}(joinpath(tmpdir, "test_fpath.webp"))
ImageIO.save(f, img)
Expand Down

0 comments on commit da2382d

Please sign in to comment.