Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Aug 17, 2024
1 parent b740453 commit b2164c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit b2164c4

Please sign in to comment.