Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
fix name clash
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Mar 4, 2021
1 parent e2d7a73 commit b1a124b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/ReferenceTests/src/tests/attributes.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using AbstractPlotting: volume

@cell "align" begin
fig, ax, sc = scatter(RNG.rand(10), color=:red)
text!(ax, "adding text", textsize=0.6, align=(:center, :center))
Expand Down
2 changes: 1 addition & 1 deletion test/ReferenceTests/src/tests/examples3d.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using LinearAlgebra
using FileIO, Colors, GeometryBasics
using ReferenceTests: loadasset, RNG
using AbstractPlotting: Record
using AbstractPlotting: Record, volume

@cell "Image on Geometry (Moon)" begin
moon = loadasset("moon.png")
Expand Down

0 comments on commit b1a124b

Please sign in to comment.