Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Jun 3, 2024
1 parent d7eb5c5 commit c8bb13d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/src/modules/OtherPSModule.psm1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Function Get-OtherPSModule {
function Get-OtherPSModule {
<#
.SYNOPSIS
Performs tests on a module.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/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/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

0 comments on commit c8bb13d

Please sign in to comment.