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

@@ -1,7 +1,7 @@
# Invoke-GiteaFileDownload.Tests.ps1
# Import the module under test
$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
Describe 'Invoke-GiteaFileDownload' {