mirror of
https://github.com/munki/munki.git
synced 2026-04-24 22:08:33 -05:00
swiftformat fix
This commit is contained in:
@@ -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.
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user