Skip to content

Commit eda535a

Browse files
committed
Remove Chart.show from tests
1 parent 1adc06e commit eda535a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Plotly.NET.Tests/HtmlCodegen/SimpleCharts.fs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -555,11 +555,6 @@ let logoImageChart =
555555
Source=($"data:image/jpg;base64,{base64String}")
556556
)
557557
|> Chart.withTitle "This is Plotly.NET:"
558-
559-
imageRawChart |> Chart.show
560-
imageRawHSLChart |> Chart.show
561-
imageARGBChart |> Chart.show
562-
logoImageChart |> Chart.show
563558

564559
[<Tests>]
565560
let ``Image charts`` =

0 commit comments

Comments
 (0)