Skip to content

Commit f4b01cf

Browse files
committed
Delete unneccessary test case
1 parent ce4f285 commit f4b01cf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

passKitTests/Models/PasswordTest.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,6 @@ final class PasswordTest: XCTestCase {
247247
XCTAssertEqual(password.nameFromPath, "exampleusername")
248248
}
249249

250-
func testDotInFilename() {
251-
let password = getPasswordObjectWith(content: "", path: "exampleservice/..pgp")
252-
253-
XCTAssertEqual(password.nameFromPath, ".")
254-
}
255-
256250
func testMultilineValues() {
257251
let lineBreakField = "with line breaks" => "|\n This is \n text spread over \n multiple lines! "
258252
let noLineBreakField = "without line breaks" => " > \n This is \n text spread over\n multiple lines!"

0 commit comments

Comments
 (0)