Skip to content

Commit

Permalink
fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Dec 20, 2023
1 parent ef0d9bc commit 8be5a9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class TrxTransformation(spark: SparkSession, bucketSize: Int) {
"balance",
$"traceDebits" + $"traceCredits" +
$"txDebits" + $"txCredits" +
$"txFeeDebits" + $"txFeeCredits"
$"txFeeCredits" // $"txFeeDebits" +
)
.withColumn("currency", lit("TRX"))
.transform(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ class TransformationTest extends TestBase {
assert(addressIds.count() == addressIdPrefixes.count())

val balances = t.computeBalancesWithFeesTable(
blocks,
transactions,
txFees,
traces,
Expand Down

0 comments on commit 8be5a9b

Please sign in to comment.