Skip to content

Commit

Permalink
* Restore sourcing for FunctionalTestUtils in BeforeAll
Browse files Browse the repository at this point in the history
  • Loading branch information
schrolla committed Sep 13, 2024
1 parent 17a400d commit 890ac98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/Functional/Products/Products.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ BeforeAll {
}

# Dot source utility functions
# . (Join-Path -Path $PSScriptRoot -ChildPath "FunctionalTestUtils.ps1")
. (Join-Path -Path $PSScriptRoot -ChildPath "FunctionalTestUtils.ps1")

function SetConditions {
[CmdletBinding(DefaultParameterSetName = 'Actual')]
Expand Down

0 comments on commit 890ac98

Please sign in to comment.