Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 24, 2024
1 parent ecba256 commit 1141c8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/invalidations.yml

This file was deleted.

2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const C0 = RGBA{PlotUtils.Colors.N0f8}

@test plot_color(:red) == parse(C, :red)
@test plot_color("red") == parse(C, "red")
@test_throws ErrorException plot_color("notacolor")
@test_throws ArgumentError plot_color("notacolor")

@test plot_color(colorant"red") == C(1, 0, 0, 1)

Expand Down

0 comments on commit 1141c8b

Please sign in to comment.