Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Mar 28, 2024
1 parent 067189e commit 0e4d586
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/Store.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
'PSAvoidUsingConvertToSecureStringWithPlainText', '', Justification = 'Test code only'
)]
[CmdletBinding()]
Param()
Param(
# A generic parameters object.
[Parameter()]
[hashtable] $Parameters
)

Describe 'Store' {
Context 'Module' {
Expand Down

0 comments on commit 0e4d586

Please sign in to comment.