Skip to content

Commit 7143dc1

Browse files
committed
Correct file path typo
1 parent 8840b6b commit 7143dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/query-state/Select-Branches.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BeforeAll {
2-
. "$PSScriptRoot/..//testing.ps1"
2+
. "$PSScriptRoot/../testing.ps1"
33
Import-Module -Scope Local "$PSScriptRoot/Configuration.mocks.psm1"
44
Import-Module -Scope Local "$PSScriptRoot/Select-Branches.mocks.psm1"
55
Import-Module -Scope Local "$PSScriptRoot/Select-Branches.psm1"

0 commit comments

Comments
 (0)