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 6749035 commit 1773a9aCopy full SHA for 1773a9a
FirebaseStorage/Tests/Unit/StoragePathTests.swift
@@ -175,7 +175,7 @@ class StoragePathTests: XCTestCase {
175
XCTAssertEqual(parent?.stringValue(), "gs://bucket/path")
176
}
177
178
- func testParentChildPathOnlySlashs() {
+ func testParentChildPathOnlySlashes() {
179
let path = StoragePath(with: "bucket", object: "/////")
180
let parent = path.parent()
181
XCTAssertNil(parent)
0 commit comments