mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-12-02 22:34:04 +08:00
8 lines
190 B
PowerShell
8 lines
190 B
PowerShell
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT License.
|
|
Describe "Failing test used to test CI Scripts" -Tags 'CI' {
|
|
It "Should fail" {
|
|
1 | Should -Be 2
|
|
}
|
|
}
|