From d2194436ad564e0cf3d91c65f8bb5f9fa3529169 Mon Sep 17 00:00:00 2001 From: Emory Dunn Date: Mon, 30 Dec 2024 17:41:48 -0800 Subject: [PATCH] Add profiles to test init --- Tests/StreamDeckPluginTests/PluginManifestTests.swift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tests/StreamDeckPluginTests/PluginManifestTests.swift b/Tests/StreamDeckPluginTests/PluginManifestTests.swift index 76356b6..29eee30 100644 --- a/Tests/StreamDeckPluginTests/PluginManifestTests.swift +++ b/Tests/StreamDeckPluginTests/PluginManifestTests.swift @@ -40,8 +40,9 @@ final class PluginManifestTests: XCTestCase { uuid: "photo.lostcause.counter.decrement", icon: "Icons/minus", tooltip: "Decrement the count.") - ]) - + ], + profiles: []) + // let generator = ExportCommand() XCTAssertNoThrow(try ExportCommand.manifestEncoder.encode(manifest))