Skip to content

Commit e820ccb

Browse files
committed
test: fix the spelling of a word in a test method name
1 parent a3e7a20 commit e820ccb

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)