Skip to content

Commit

Permalink
Add profiles to test init
Browse files Browse the repository at this point in the history
  • Loading branch information
emorydunn committed Dec 31, 2024
1 parent b6e7ebe commit d219443
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/StreamDeckPluginTests/PluginManifestTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit d219443

Please sign in to comment.