Skip to content

Commit 1773a9a

Browse files
authored
FirebaseStorage: review storage path tests (#13916)
1 parent 6749035 commit 1773a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseStorage/Tests/Unit/StoragePathTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class StoragePathTests: XCTestCase {
175175
XCTAssertEqual(parent?.stringValue(), "gs://bucket/path")
176176
}
177177

178-
func testParentChildPathOnlySlashs() {
178+
func testParentChildPathOnlySlashes() {
179179
let path = StoragePath(with: "bucket", object: "/////")
180180
let parent = path.parent()
181181
XCTAssertNil(parent)

0 commit comments

Comments
 (0)