Skip to content

Commit 35f54a7

Browse files
tg123k8s-ci-robot
authored andcommitted
make windows happy (#314)
1 parent a95400b commit 35f54a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/KubernetesClient.Tests/YamlTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public void SerializeIntOrString()
292292
};
293293

294294
var output = Yaml.SaveToString<V1Service>(obj);
295-
Assert.Equal(output, content);
295+
Assert.True(ToLines(output).SequenceEqual(ToLines(content)));
296296
}
297297
}
298298
}

0 commit comments

Comments
 (0)