diff --git a/PsGraph.Pester.Tests/PSGraph.Basic.Tests.ps1 b/PsGraph.Pester.Tests/PSGraph.Basic.Tests.ps1 index e86c9a2..6a2fcba 100644 --- a/PsGraph.Pester.Tests/PSGraph.Basic.Tests.ps1 +++ b/PsGraph.Pester.Tests/PSGraph.Basic.Tests.ps1 @@ -1,5 +1,5 @@ BeforeAll { - Import-Module PSQuickGraph + Import-Module "/workspaces/PSGraph/PSGraph.Tests/bin/Debug/net8.0/PSQuickGraph.psd1" } Describe 'New-Graph' { diff --git a/PsGraph.Pester.Tests/PSGraph.GraphPath.Tests.ps1 b/PsGraph.Pester.Tests/PSGraph.GraphPath.Tests.ps1 index d038ceb..1bf913b 100644 --- a/PsGraph.Pester.Tests/PSGraph.GraphPath.Tests.ps1 +++ b/PsGraph.Pester.Tests/PSGraph.GraphPath.Tests.ps1 @@ -1,5 +1,5 @@ BeforeAll { - Import-Module PSQuickGraph + Import-Module "/workspaces/PSGraph/PSGraph.Tests/bin/Debug/net8.0/PSQuickGraph.psd1" } Describe 'Get-GraphPath' {