feat: Some variable renaming for consistency.
All checks were successful
CI / Ubuntu (push) Successful in 2m58s
All checks were successful
CI / Ubuntu (push) Successful in 2m58s
This commit is contained in:
@@ -41,7 +41,10 @@ struct CliClientTests {
|
||||
#expect(output == "/baz/Sources/bar/Version.swift")
|
||||
} assert: { string, _ in
|
||||
|
||||
#expect(string != nil)
|
||||
if type != .preRelease {
|
||||
#expect(string != nil)
|
||||
}
|
||||
|
||||
let typeString = optional ? "String?" : "String"
|
||||
|
||||
switch type {
|
||||
|
||||
Reference in New Issue
Block a user