Skip to content

Commit 7e14a61

Browse files
committed
Fix grammar in comments for clarity in New-SqlDscLogin integration tests
1 parent 63a5e44 commit 7e14a61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Integration/Commands/New-SqlDscLogin.Integration.Tests.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ BeforeDiscovery {
66
{
77
if (-not (Get-Module -Name 'DscResource.Test'))
88
{
9-
# Assumes dependencies has been resolved, so if this module is not available, run 'noop' task.
9+
# Assumes dependencies have been resolved, so if this module is not available, run 'noop' task.
1010
if (-not (Get-Module -Name 'DscResource.Test' -ListAvailable))
1111
{
1212
# Redirect all streams to $null, except the error stream (stream 2)
1313
& "$PSScriptRoot/../../../build.ps1" -Tasks 'noop' 3>&1 4>&1 5>&1 6>&1 > $null
1414
}
1515

16-
# If the dependencies has not been resolved, this will throw an error.
16+
# If the dependencies have not been resolved, this will throw an error.
1717
Import-Module -Name 'DscResource.Test' -Force -ErrorAction 'Stop'
1818
}
1919
}

0 commit comments

Comments
 (0)