Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored and arik-so committed Oct 24, 2024
1 parent 3ef4db5 commit 6ccdf70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/inscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ mod tests {
fn with_children() {
assert_regex_match!(
InscriptionHtml {
child_count: 2, // note that there is no invariant enforcement for accuracy
child_count: 2,
children: vec![inscription_id(2), inscription_id(3)],
fee: 1,
inscription: inscription("text/plain;charset=utf-8", "HELLOWORLD"),
Expand Down Expand Up @@ -332,7 +332,7 @@ mod tests {
fn with_paginated_children() {
assert_regex_match!(
InscriptionHtml {
child_count: 1, // note that there is no invariant enforcement for accuracy
child_count: 1,
children: vec![inscription_id(2)],
fee: 1,
inscription: inscription("text/plain;charset=utf-8", "HELLOWORLD"),
Expand Down

0 comments on commit 6ccdf70

Please sign in to comment.