Merge branch 'main' of https://git.stella-ops.org/stella-ops.org/git.stella-ops.org
This commit is contained in:
@@ -272,6 +272,7 @@ public sealed class HomebrewReceiptParserTests
|
||||
""";
|
||||
using var stream = new MemoryStream(Encoding.UTF8.GetBytes(json));
|
||||
|
||||
using StellaOps.TestKit;
|
||||
// Act
|
||||
var receipt = _parser.Parse(stream);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user