Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit c2f3774

Browse files
committed
Add TODO comment in AssertTransaction
1 parent d78609d commit c2f3774

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pkg/testsuite/transactions.go

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ func (t *TestSuite) AssertTransaction(transaction *iotago.Transaction, node *moc
3838
return ierrors.Errorf("AssertTransaction: %s: expected Transaction type %T, got %T", node.Name, transaction, loadedTransactionMetadata.Transaction())
3939
}
4040

41+
// TODO: fix this in another PR
42+
//if !assert.Equal(t.fakeTesting, transaction.Outputs, typedTransaction.Outputs) {
4143
api := t.DefaultWallet().Node.Protocol.APIForSlot(transactionID.Slot())
4244
expected, _ := api.Encode(transaction.Outputs)
4345
actual, _ := api.Encode(typedTransaction.Outputs)

0 commit comments

Comments
 (0)