From 285f7700d499cd1d9bd5664d7d100df58da1e0ec Mon Sep 17 00:00:00 2001 From: eosfor <9363027+eosfor@users.noreply.github.com> Date: Mon, 7 Oct 2024 04:36:35 +0000 Subject: [PATCH] dirty fix for loading module forom the local build --- PsGraph.Pester.Tests/PSGraph.Basic.Tests.ps1 | 2 +- PsGraph.Pester.Tests/PSGraph.GraphPath.Tests.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' {