Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Saechao <[email protected]>
  • Loading branch information
RickyLB authored and mehcode committed Oct 23, 2023
1 parent ced8453 commit 6b41e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tests/HederaE2ETests/Transaction/TransactionReceipt.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ internal class TransactionReceipt: XCTestCase {
let txId = try XCTUnwrap(resp.transactionId)

let _ = try await TransactionReceiptQuery()
.transactionId(txId)
.execute(testEnv.client)
.transactionId(txId)
.execute(testEnv.client)
}

internal func testQueryInvalidTxIdFails() async throws {
Expand Down
3 changes: 2 additions & 1 deletion Tests/HederaE2ETests/Transaction/TransactionRecord.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import Hedera
import XCTest

internal class TransactionRecord: XCTestCase {
internal func makeToken(_ testEnv: NonfreeTestEnvironment,_ account: Account) async throws -> Transaction.Response {
internal func makeToken(_ testEnv: NonfreeTestEnvironment, _ account: Account) async throws -> Transaction.Response
{
try await TokenCreateTransaction()
.name("ffff")
.symbol("F")
Expand Down

0 comments on commit 6b41e4e

Please sign in to comment.