Skip to content

Commit 3409b8e

Browse files
committed
Testing workflow
1 parent f16fd05 commit 3409b8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tondb-scanner/test/tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ TEST(TonDbScanner, ParseBurnWithCustomPayload) {
8989
ASSERT_EQ(convert::to_raw_address(transaction.account), burn.jetton_wallet);
9090
ASSERT_EQ(jetton_master.jetton, burn.jetton_master);
9191
ASSERT_EQ(6083770390284902059, burn.query_id);
92+
9293
CHECK(td::BigIntG<257>(8267792794) == **burn.amount.get());
9394
});
9495
td::actor::send_closure(jetton_wallet_detector, &JettonWalletDetector::parse_burn, transaction, message_payload, std::move(P));

0 commit comments

Comments
 (0)