Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
emorydunn committed Dec 17, 2023
1 parent efb0e8d commit b5ac454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/StreamDeckPluginTests/PluginManifestTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class PluginManifestTests: XCTestCase {
version: "0.1",
os: [
.macOS(.v11),
.win("10")
.windows("10")
],
applicationsToMonitor: ApplicationsToMonitor(mac: ["com.test.app"]),
software: .minimumVersion("4.1"),
Expand Down

0 comments on commit b5ac454

Please sign in to comment.