Skip to content

Commit

Permalink
fix integration tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Feb 19, 2021
1 parent 9fee36e commit 21ffb77
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ pub fn test_vote_flow_bft() {

let rewards_before = jormungandr
.explorer()
.status()
.last_block()
.unwrap()
.data
.unwrap()
Expand Down Expand Up @@ -205,7 +205,7 @@ pub fn test_vote_flow_bft() {

let rewards_after = jormungandr
.explorer()
.status()
.last_block()
.unwrap()
.data
.unwrap()
Expand Down Expand Up @@ -314,7 +314,7 @@ pub fn test_vote_flow_praos() {

let rewards_after = jormungandr
.explorer()
.status()
.last_block()
.unwrap()
.data
.unwrap()
Expand Down

0 comments on commit 21ffb77

Please sign in to comment.