Merge branch 'main' of https://git.stella-ops.org/stella-ops.org/git.stella-ops.org
This commit is contained in:
@@ -32,6 +32,7 @@ public class SchemaSmokeTests
|
||||
var text = File.ReadAllText(path);
|
||||
using var doc = JsonDocument.Parse(text);
|
||||
|
||||
using StellaOps.TestKit;
|
||||
Assert.True(doc.RootElement.TryGetProperty("$id", out _));
|
||||
Assert.True(doc.RootElement.TryGetProperty("title", out _));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user