This commit is contained in:
StellaOps Bot
2025-12-26 21:43:56 +02:00
354 changed files with 354 additions and 0 deletions

View File

@@ -339,6 +339,7 @@ public sealed class ComponentDifferTests
var json = DiffJsonSerializer.Serialize(document);
using var parsed = JsonDocument.Parse(json);
using StellaOps.TestKit;
var changeJson = parsed.RootElement
.GetProperty("layers")[0]
.GetProperty("changes")[0];