Skip to content

Commit 9d127be

Browse files
committed
fix path to the lib in the test
1 parent ce32b49 commit 9d127be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PsGraph.Pester.Tests/PSGraph.DsmClustering.Config.Tests.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
BeforeAll {
2-
Import-Module "/Users/andrei/repo/PSGraph/PSGraph/bin/Debug/net9.0/publish/PSGraph.dll" -Verbose
3-
Import-Module "/Users/andrei/repo/PSBicepGraph/src/PSBicepGraph/bin/Debug/net9.0/publish/PSBicepGraph.dll" -Verbose
2+
Import-Module "./PSGraph.Tests/bin/Debug/net9.0/PSQuickGraph.psd1" -Verbose
43
}
54

65
Describe 'Start-DSMClustering AlgorithmConfig coercion' {

0 commit comments

Comments
 (0)