Skip to content

Commit

Permalink
Finally fix tests
Browse files Browse the repository at this point in the history
removed an extra 'end'
  • Loading branch information
asinghvi17 committed Jan 16, 2023
1 parent 9b14ec3 commit c6725f6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ReferenceTests/src/tests/primitives.jl
@@ -1,4 +1,4 @@
@reference_test "lines and linestyles" begin
# @reference_test "lines and linestyles" begin
quote
# For now disabled until we fix GLMakie linestyle
s = Scene(resolution = (800, 800), camera = campixel!)
Expand Down Expand Up @@ -431,5 +431,3 @@ end
shading = true # test shading as well.
)
end

end

0 comments on commit c6725f6

Please sign in to comment.