Skip to content

Commit

Permalink
remove hack for using Colors in tests (#30)
Browse files Browse the repository at this point in the history
Turns out this failed because a test/Manifest.toml existed
  • Loading branch information
simeonschaub authored Sep 24, 2024
1 parent 65a30c7 commit 98c6302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end
end

@testitem "rotation of tilings" begin
using AztecDiamonds.Colors: @colorant_str, RGBA, N0f8 # somehow using Colors: ... doesn't work in VSCode
using Colors: @colorant_str, RGBA, N0f8
include("verify_tiling.jl")
_to_img(D) = parent(AztecDiamonds.to_img(D))

Expand Down

0 comments on commit 98c6302

Please sign in to comment.