We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4f285 commit f4b01cfCopy full SHA for f4b01cf
passKitTests/Models/PasswordTest.swift
@@ -247,12 +247,6 @@ final class PasswordTest: XCTestCase {
247
XCTAssertEqual(password.nameFromPath, "exampleusername")
248
}
249
250
- func testDotInFilename() {
251
- let password = getPasswordObjectWith(content: "", path: "exampleservice/..pgp")
252
-
253
- XCTAssertEqual(password.nameFromPath, ".")
254
- }
255
256
func testMultilineValues() {
257
let lineBreakField = "with line breaks" => "|\n This is \n text spread over \n multiple lines! "
258
let noLineBreakField = "without line breaks" => " > \n This is \n text spread over\n multiple lines!"
0 commit comments