Skip to content

Commit 2f2a744

Browse files
committed
test(test-assets): update data creation functions for v2
1 parent c41b5d9 commit 2f2a744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test-assets/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pub const ESCROW_QUERY_RESPONSE: &str = r#"
116116
pub const ESCROW_QUERY_RESPONSE_V2: &str = r#"
117117
{
118118
"data": {
119-
"escrowAccounts": [
119+
"paymentsEscrowAccounts": [
120120
{
121121
"balance": "34",
122122
"totalAmountThawing": "10",

0 commit comments

Comments
 (0)