Skip to content

Commit 17de989

Browse files
committed
Fix test
1 parent 26030ee commit 17de989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/GRPCProtobufCodeGenTests/ProtobufCodeGenParserTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ struct ProtobufCodeGenParserTests {
6161
@Test("Dependencies")
6262
func dependencies() {
6363
let expected: [GRPCCodeGen.Dependency] = [
64-
.init(module: "GRPCProtobuf", accessLevel: .internal) // Always an internal import
64+
.init(module: "GRPCProtobuf", accessLevel: .internal), // Always an internal import
65+
.init(module: "SwiftProtobuf", accessLevel: .internal)
6566
]
6667
#expect(self.codeGen.dependencies == expected)
6768
}

0 commit comments

Comments
 (0)