Skip to content
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
MariusStorhaug committed Aug 17, 2024
commit 520ba789dc51787979ddb8adaafc2cbb3236cbb0
2 changes: 1 addition & 1 deletion tests/src/functions/private/Get-InternalPSModule.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Function Get-InternalPSModule {
function Get-InternalPSModule {
<#
.SYNOPSIS
Performs tests on a module.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/functions/private/Set-InternalPSModule.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Function Set-InternalPSModule {
function Set-InternalPSModule {
<#
.SYNOPSIS
Performs tests on a module.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Function Get-InternalPSModule {
function Get-InternalPSModule {
<#
.SYNOPSIS
Performs tests on a module.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Function Set-InternalPSModule {
function Set-InternalPSModule {
<#
.SYNOPSIS
Performs tests on a module.
Expand Down