File tree 2 files changed +2
-2
lines changed
Sources/AWSSDKSwiftCLI/Commands/AWSSDKSwiftCLI/Subcommands
Tests/AWSSDKSwiftCLITests/Commands
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ struct PrepareRelease {
208
208
" packageDependencies.plist " ,
209
209
" Sources/Services " ,
210
210
" Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md " ,
211
- " Sources/Core/AWSSDKPartitions/Source /AWSSDKPartitions/Partitions.swift " ,
211
+ " Sources/Core/AWSSDKPartitions/Sources /AWSSDKPartitions/Partitions.swift " ,
212
212
]
213
213
case . smithySwift:
214
214
files = [ " Package.version " , " Package.version.next " ]
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ class PrepareReleaseTests: CLITestCase {
184
184
ProcessRunner . testRunner = runner
185
185
let subject = PrepareRelease . mock ( repoType: . awsSdkSwift)
186
186
try ! subject. stageFiles ( )
187
- XCTAssertTrue ( command. hasSuffix ( " git add Package.swift Package.version Package.version.next packageDependencies.plist Sources/Services Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md Sources/Core/AWSSDKPartitions/Source /AWSSDKPartitions/Partitions.swift " ) )
187
+ XCTAssertTrue ( command. hasSuffix ( " git add Package.swift Package.version Package.version.next packageDependencies.plist Sources/Services Sources/Core/AWSSDKForSwift/Documentation.docc/AWSSDKForSwift.md Sources/Core/AWSSDKPartitions/Sources /AWSSDKPartitions/Partitions.swift " ) )
188
188
}
189
189
190
190
func testStageFilesForSmithySwift( ) {
You can’t perform that action at this time.
0 commit comments