Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Kunze committed Dec 3, 2018
1 parent a084d62 commit 290a064
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`TabParameters has the expected html structure 1`] = `
<dt>
Loose steak <i class=\\"material-icons info-button\\">info_outline</i>
</dt>
<dd>
<dd id=\\"loose_tokens\\">
100.0000000000
</dd>
</dl>
Expand All @@ -23,7 +23,7 @@ exports[`TabParameters has the expected html structure 1`] = `
<dt>
Delegated steak <i class=\\"material-icons info-button\\">info_outline</i>
</dt>
<dd>
<dd id=\\"bonded_tokens\\">
50.0000000000
</dd>
</dl>
Expand All @@ -42,15 +42,15 @@ exports[`TabParameters has the expected html structure 1`] = `
<dt>
Unbonding Time <i class=\\"material-icons info-button\\">info_outline</i>
</dt>
<dd>
<dd id=\\"unbonding_time\\">
3 days
</dd>
</dl>
<dl class=\\"info_dl\\">
<dt>
Current Staking Coin Denomination
</dt>
<dd>
<dd id=\\"bond_denom\\">
steak
</dd>
</dl>
Expand All @@ -60,7 +60,7 @@ exports[`TabParameters has the expected html structure 1`] = `
<dt>
Maximum Number of Validators
</dt>
<dd>
<dd id=\\"max_validators\\">
100
</dd>
</dl>
Expand Down

0 comments on commit 290a064

Please sign in to comment.