Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ShookLyngs committed Aug 19, 2024
1 parent 8a4b603 commit 9b0d981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions test/routes/__snapshots__/token.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`\`/token/generate\` - 400 1`] = `
"[
{
"code": "invalid_type",
"expected": "object",
"received": "null",
"path": [],
"message": "Expected object, received null"
}
]"
`;

exports[`\`/token/generate\` - without params 1`] = `
"[
{
Expand Down
4 changes: 2 additions & 2 deletions test/routes/rgbpp/__snapshots__/address.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6889,7 +6889,7 @@ exports[`/:btc_address/balance - with pending_amount 1`] = `
"name": "Unique BBQ",
"pending_amount": "0x5f5e100",
"symbol": "",
"total_amount": "0xbebc200",
"total_amount": "0x5f5e100",
"type_hash": "0x78e21efcf107e7886eadeadecd1a01cfb88f1e5617f4438685db55b3a540d202",
"type_script": {
"args": "0x30d3fbec9ceba691770d57c6d06bdb98cf0f82bef0ca6e87687a118d6ce1e7b7",
Expand All @@ -6903,7 +6903,7 @@ exports[`/:btc_address/balance - with pending_amount 1`] = `
"name": "XUDT Test Token",
"pending_amount": "0x5f5e100",
"symbol": "PDD",
"total_amount": "0x5f5e100",
"total_amount": "0x0",
"type_hash": "0x10f511f2efb0027191b97ac5b4bd77374ffdac7399e8527d76f5f9bd32e7d35b",
"type_script": {
"args": "0x8c556e92974a8dd8237719020a259d606359ac2cc958cb8bda77a1c3bb3cd93b",
Expand Down

0 comments on commit 9b0d981

Please # to comment.