Skip to content

Commit 8438e3d

Browse files
committed
Test fix
1 parent a933f7a commit 8438e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SPMTestSupport/MockTarget.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public struct MockTarget {
7676
case .binary:
7777
return try TargetDescription(
7878
name: self.name,
79-
group: .init(from: self.group as! Decoder),
79+
group: .init(self.group),
8080
dependencies: self.dependencies.map{ try $0.convert(identityResolver: identityResolver) },
8181
path: self.path,
8282
url: self.url,

0 commit comments

Comments
 (0)