Skip to content

Commit

Permalink
Fix typo in ConfigData tests (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
stehlih authored Feb 20, 2022
1 parent 835f22d commit f86272f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Config data test 'No duplicate IP addresses should be used' threw when there
is no IP address configured
- Fix typo in ConfigData tests
2 changes: 1 addition & 1 deletion tests/ConfigData/ConfigData.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Describe 'Node Definition Files' -Tag Integration {
}

It "Environment of '<NodeName>' is '<Environment>' and does exist" -TestCases $allNodeTests {
if ($node.Endironment)
if ($node.Environment)
{
$node.Environment -in $Environments | Should -BeTrue
}
Expand Down

0 comments on commit f86272f

Please sign in to comment.