Skip to content

Commit

Permalink
dirty fix for loading module forom the local build
Browse files Browse the repository at this point in the history
  • Loading branch information
eosfor committed Oct 7, 2024
1 parent 30799c1 commit 285f770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PsGraph.Pester.Tests/PSGraph.Basic.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BeforeAll {
Import-Module PSQuickGraph
Import-Module "/workspaces/PSGraph/PSGraph.Tests/bin/Debug/net8.0/PSQuickGraph.psd1"
}

Describe 'New-Graph' {
Expand Down
2 changes: 1 addition & 1 deletion PsGraph.Pester.Tests/PSGraph.GraphPath.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BeforeAll {
Import-Module PSQuickGraph
Import-Module "/workspaces/PSGraph/PSGraph.Tests/bin/Debug/net8.0/PSQuickGraph.psd1"
}

Describe 'Get-GraphPath' {
Expand Down

0 comments on commit 285f770

Please sign in to comment.