Skip to content

Commit e595f9f

Browse files
kkarlsen06w-goog
andauthored
Use explicit OCMock package identity
Co-authored-by: w-goog <115107835+w-goog@users.noreply.github.com>
1 parent 1036cab commit e595f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ let package = Package(
104104
name: "GoogleSignIn-UnitTests",
105105
dependencies: [
106106
"GoogleSignIn",
107-
"OCMock",
107+
.product(name: "OCMock", package: "ocmock"),
108108
.product(name: "AppAuth", package: "AppAuth-iOS"),
109109
.product(name: "AppCheckCore", package: "app-check"),
110110
.product(name: "GTMAppAuth", package: "GTMAppAuth"),

0 commit comments

Comments
 (0)