From 9a2529c6176449bdc2511b7208e94e18a5aef442 Mon Sep 17 00:00:00 2001 From: pblivingston <71585805+pblivingston@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:25:40 -0500 Subject: [PATCH] module path in tests change module path so we can run from /tests/ --- tests/run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.ps1 b/tests/run.ps1 index 8c4b5fd..e6eafba 100644 --- a/tests/run.ps1 +++ b/tests/run.ps1 @@ -1,6 +1,6 @@ [Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseDeclaredVarsMoreThanAssignments", "", Target = "variablename")] Param([String]$tag, [string]$kind = 'potato') -Import-Module .\lib\Voicemeeter.psm1 +Import-Module (Join-Path (Split-Path $PSScriptRoot -Parent) 'lib\Voicemeeter.psm1') -Force function main() {