Skip to content

Commit 15ea969

Browse files
committed
fix lint
1 parent 93af1e8 commit 15ea969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/ABIDecoderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ final class ABIDecoderTests: XCTestCase {
3434
throw Web3Error.processingError(desc: "Can not decode returned parameters")
3535
}
3636

37-
guard let returnData = decodedData["returnData"] as? Array<Array<Any>> else {
37+
guard let returnData = decodedData["returnData"] as? [[Any]] else {
3838
throw Web3Error.dataError
3939
}
4040
var resultArray = [BigUInt]()

0 commit comments

Comments
 (0)