File tree 2 files changed +5
-3
lines changed
FirebaseVertexAI/Tests/Unit/vertexai-sdk-test-data
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ Placeholder file for Package.swift - required to prevent a warning.
2
+
3
+ It should be replaced before running the FirebaseVertexAI unit tests by
4
+ running `scripts/update_vertexai_responses.sh`.
Original file line number Diff line number Diff line change @@ -1312,9 +1312,7 @@ let package = Package(
1312
1312
dependencies: [ " FirebaseVertexAI " , " SharedTestUtilities " ] ,
1313
1313
path: " FirebaseVertexAI/Tests/Unit " ,
1314
1314
resources: [
1315
- // Including this README ensures that SPM will always generate a `Bundle.module`, even if
1316
- // the mock-responses have not been downloaded with the update_vertexai_responses.sh script.
1317
- . process( " README.md " ) ,
1315
+ . process( " vertexai-sdk-test-data/mock-responses " ) ,
1318
1316
] ,
1319
1317
cSettings: [
1320
1318
. headerSearchPath( " ../../../ " ) ,
You can’t perform that action at this time.
0 commit comments