Skip to content

Commit

Permalink
Add a comment to the added test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Dec 13, 2024
1 parent 9061fa8 commit 7978a88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"testcases",
"thiserror",
"typeshare",
"uncategorized",
"unhashed",
"uniffi",
"unstake",
Expand Down
5 changes: 5 additions & 0 deletions crates/radix-engine-toolkit/tests/transaction_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2503,6 +2503,11 @@ fn account_locker_is_recognized_as_general_transaction() {
assert_eq!(dynamic_analysis.new_entities, NewEntities::default());
}

// This test ensures that a transaction intent manifest is classified as uncategorized in the Gateway
// The wallet currently uses the classification of the transaction intent manifest as the classification of the transaction
// For an MVP, we want the wallet to show transactions with subintents as Complex/Uncategorized, so this
// test checks that. In future, we may wish to revisit this and change this restriction, but we should make
// sure that the transactions still display reasonably in the wallet.
#[test]
fn manifest_with_yield_to_child_has_no_classifications() {
// Arrange
Expand Down

0 comments on commit 7978a88

Please sign in to comment.