Skip to content

Commit 14a6324

Browse files
csviriCopilot
andauthored
Update operator-framework/src/test/java/io/javaoperatorsdk/operator/config/loader/provider/YamlConfigProviderTest.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5be54d1 commit 14a6324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operator-framework/src/test/java/io/javaoperatorsdk/operator/config/loader/provider/YamlConfigProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ void throwsForMalformedYaml(@TempDir Path dir) throws IOException {
179179
@Test
180180
void commentWithProperDocument(@TempDir Path dir) throws IOException {
181181
Path file = dir.resolve("filewithcomment.yaml");
182-
// YAML list where a map is expected
182+
// YAML comment followed by a proper mapping document
183183
Files.writeString(
184184
file,
185185
"""

0 commit comments

Comments
 (0)