Skip to content

Commit f063648

Browse files
committed
Build with latest PSModuleUtils
1 parent 9e501ac commit f063648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$BuildPSModule = @{
22
Name = 'JBUtils'
3-
Version = '1.0.9'
3+
Version = '1.0.10'
44
Description = 'A module with functions for various basic/low-level tasks.'
55
Tags = ('PSEdition_Desktop', 'PSEdition_Core', 'Windows')
66
}

src/public/Enable-Tls12.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
It 'should throw when using -Persist' {
2828
{ Enable-Tls12 -Persist } | Should -Throw
29-
Assert-MockCalled Start-Process -Times 0
29+
Should -Invoke Start-Process -Times 0
3030
}
3131
}
3232

0 commit comments

Comments
 (0)