Skip to content

Commit 7c18e0d

Browse files
committed
test fixed reflacting latest parameter chnages
1 parent b391120 commit 7c18e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PsGraph.Pester.Tests/PSGraph.Vega.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Describe 'Vega Tests' {
5151
Add-Edge -From B -To E -Graph $graph | Out-Null
5252
Add-Edge -From C -To F -Graph $graph | Out-Null
5353

54-
Export-Graph -Graph $graph -Format Vega_TreeLayout -Path /tmp/x.tree.html
54+
Export-Graph -Graph $graph -Format Vega_TreeLayout -Path /tmp/x.tree.html -UseVirtualTreeRoot
5555
}
5656

5757
It 'Vega Adjacency Matrix' {

0 commit comments

Comments
 (0)