Skip to content

Commit 1408e06

Browse files
committed
Fix typo.
1 parent 639168d commit 1408e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftIpfsApiTests/SwiftIpfsApiTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class SwiftIpfsApiTests: XCTestCase {
116116
XCTFail("test failed with error \(error)")
117117
}
118118

119-
wait(for: [pinAddExpectation, pinlLsExpectation, pinRmExpectation], timeout: 50.0)
119+
wait(for: [pinAddExpectation, pinLsExpectation, pinRmExpectation], timeout: 50.0)
120120
}
121121

122122
func testRepo() {

0 commit comments

Comments
 (0)