mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
🚨 Fix lint issue
This commit is contained in:
parent
1fe4b5b3e2
commit
a955ff6bca
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ public class SoftwareProductSpec: QuickSpec {
|
|||
MasKit.initialize()
|
||||
}
|
||||
describe("software product") {
|
||||
let app = SoftwareProductMock(appName: "App", bundleIdentifier: "", bundlePath: "", bundleVersion: "1.0.0", itemIdentifier: 111)
|
||||
let app = SoftwareProductMock(appName: "App", bundleIdentifier: "", bundlePath: "", bundleVersion: "1.0.0",
|
||||
itemIdentifier: 111)
|
||||
|
||||
let currentApp = SearchResult(kind: "mac-software", version: "1.0.0")
|
||||
let appUpdate = SearchResult(kind: "mac-software", version: "2.0.0")
|
||||
|
|
Loading…
Reference in a new issue