swiftformat fix

This commit is contained in:
Greg Neagle
2025-12-24 08:49:54 -08:00
parent ea3640fdb3
commit f5001e9d06
2 changed files with 17 additions and 1 deletions
@@ -20,7 +20,7 @@ struct manifestsTests {
#expect(manifest!["catalogs"] as? [String] == ["testing", "production"])
#expect(manifest!["managed_installs"] as? [String] == ["Firefox", "GoogleChrome"])
}
/// Test that getManifestValue gets the expected values from a manifest file
@Test func getManifestValueReturnsExpectedValue() async throws {
let manifestPath = try #require(
@@ -0,0 +1,16 @@
//
// plistutilsTests.swift
// munkiCLItesting
//
// Created by Greg Neagle on 12/24/25.
//
import Testing
struct plistutilsTests {
@Test func <#test function name#>() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}