🏡 Update mock bundle path

This commit is contained in:
Chris Araman 2021-05-12 12:11:21 -07:00
parent d39058c7be
commit 3b7c9a47bd
No known key found for this signature in database
GPG key ID: BB4499D9E11B61E0

View file

@ -35,8 +35,8 @@ public class MasAppLibrarySpec: QuickSpec {
let myApp = SoftwareProductMock(
appName: "MyApp",
bundleIdentifier: "com.example",
bundlePath: "",
bundleVersion: "",
bundlePath: "/Applications/MyApp.app",
bundleVersion: "1.0.0",
itemIdentifier: 1234
)