Skip to content

Commit 0941489

Browse files
Align YAML collision regression formatting
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 17422e3 commit 0941489

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/Remove-YamlEntry.Tests.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,14 @@ BeforeAll {
133133
)
134134
InputIndex = 0
135135
}
136+
$equalityFingerprintCache = (
137+
[System.Collections.Generic.Dictionary[int, string]]::new()
138+
)
136139
Test-YamlNodeGraph -Node $document `
137140
-Visited ([System.Collections.Generic.HashSet[int]]::new()) `
138141
-FingerprintCache $fingerprintCache -FingerprintHasher $hasher `
139142
-EqualityState $equalityState `
140-
-EqualityFingerprintCache (
141-
[System.Collections.Generic.Dictionary[int, string]]::new()
142-
)
143+
-EqualityFingerprintCache $equalityFingerprintCache
143144
} finally {
144145
$hasher.Dispose()
145146
}

0 commit comments

Comments
 (0)