Skip to content

Commit

Permalink
fix: other snapshot for test
Browse files Browse the repository at this point in the history
  • Loading branch information
kilted-andres committed Aug 14, 2024
1 parent 09016e7 commit 0a721f9
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ exports[`CTypeDetails > should handle kitchen sink CType 1`] = `
</dl>
</fieldset>
<fieldset>
<legend>Transaction</legend>
<a href="https://example.subscan.io/extrinsic/0xexamplehash">0xexamplehash</a>
<legend>Registration Block</legend>
<a href="https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fplaceholder#/explorer/query/456">456</a>
</fieldset>
<fieldset>
<legend>Technical Details</legend>
Expand Down Expand Up @@ -214,8 +214,8 @@ exports[`CTypeDetails > should handle nested CType 1`] = `
</dl>
</fieldset>
<fieldset>
<legend>Transaction</legend>
<a href="https://example.subscan.io/extrinsic/0xexamplehash">0xexamplehash</a>
<legend>Registration Block</legend>
<a href="https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fplaceholder#/explorer/query/456">456</a>
</fieldset>
<fieldset>
<legend>Technical Details</legend>
Expand Down Expand Up @@ -280,8 +280,8 @@ exports[`CTypeDetails > should handle nested CType property 1`] = `
</dl>
</fieldset>
<fieldset>
<legend>Transaction</legend>
<a href="https://example.subscan.io/extrinsic/0xexamplenestedhash">0xexamplenestedhash</a>
<legend>Registration Block</legend>
<a href="https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fplaceholder#/explorer/query/321">321</a>
</fieldset>
<fieldset>
<legend>Technical Details</legend>
Expand Down Expand Up @@ -344,8 +344,8 @@ exports[`CTypeDetails > should match snapshot 1`] = `
</dl>
</fieldset>
<fieldset>
<legend>Transaction</legend>
<a href="https://example.subscan.io/extrinsic/0xexamplehash">0xexamplehash</a>
<legend>Registration Block</legend>
<a href="https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fplaceholder#/explorer/query/123">123</a>
</fieldset>
<fieldset>
<legend>Tags</legend>
Expand Down

0 comments on commit 0a721f9

Please sign in to comment.