Update module path in test files for consistency

This commit is contained in:
2025-05-27 08:19:53 -04:00
parent 445fa8a429
commit 1d0c8b43bc
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ Describe 'Set-GiteaConfiguration' {
BeforeAll {
# Import the module dynamically
$modulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\PS-GiteaUtilities.psm1'
$modulePath = Join-Path -Path $PSScriptRoot -ChildPath '..\PS-GiteaUtilities\PS-GiteaUtilities.psm1'
Import-Module -Name $modulePath -Force
}