Skip to content

Commit

Permalink
Add missing test import (#23)
Browse files Browse the repository at this point in the history
Motivation:

I noticed nightly-main failed because of a missing import in tests.
Auto-merge
blasted over this previously.

Modifications:

Add the missing import.

Result:

nightly-main passes.
  • Loading branch information
glbrntt authored Dec 20, 2024
1 parent 67c8766 commit 60fc75f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import Foundation
import GRPCCore
import GRPCInProcessTransport
import GRPCReflectionService
import SwiftProtobuf
import Testing

@Suite("gRPC Reflection Service Tests")
Expand Down

0 comments on commit 60fc75f

Please sign in to comment.