Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 9, 2024
1 parent 4c1b09f commit c1fc974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/subcommand/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3556,6 +3556,8 @@ mod tests {
<dd>false</dd>
<dt>address index</dt>
<dd>false</dd>
<dt>inscription index</dt>
<dd>true</dd>
<dt>rune index</dt>
<dd>false</dd>
<dt>sat index</dt>
Expand Down
1 change: 1 addition & 0 deletions tests/json_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ fn get_status() {
cursed_inscriptions: 0,
height: Some(3),
initial_sync_time: dummy_duration,
inscription_index: true,
inscriptions: 1,
lost_sats: 0,
minimum_rune_for_next_block: Rune(99218849511960410),
Expand Down

0 comments on commit c1fc974

Please sign in to comment.