Skip to content

Commit 4ce9ba4

Browse files
committed
update runtest
1 parent aa266d5 commit 4ce9ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ using SmithChart
22
using Test
33

44
@testset "SmithChart.jl" begin
5+
using CairoMakie
56
f = Figure(size = (1200, 800))
67
sc = SmithAxis(f[1,1], type = :Z, subtitle = "type :Z (default)")
78
sc = SmithAxis(f[1,2], type = :Y, subtitle = "type :Y")

0 commit comments

Comments
 (0)