Skip to content

Commit f84adc4

Browse files
committed
Minor adjustment in tests
1 parent 20c16cc commit f84adc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using Dates
1010
using Test
1111

1212
@testset "Colorfy.jl" begin
13-
@testset "Handle arguments" begin
13+
@testset "Preprocess" begin
1414
values = rand(10)
1515
vs, αs, cs, cr = Colorfy.preprocess(values, 1.0, :viridis, :extrema)
1616
@test vs == values

0 commit comments

Comments
 (0)