Skip to content

Commit

Permalink
Fix test env logger init
Browse files Browse the repository at this point in the history
Now that there is more than one test in this repo we can't call this
function twice
  • Loading branch information
jkilpatr committed Dec 6, 2023
1 parent d15430d commit 5910544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gravity-info-server/src/total_suppy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ mod tests {

#[actix_web::test]
async fn test_vesting_query() {
env_logger::init();
let contact = Contact::new(GRAVITY_NODE_GRPC, REQUEST_TIMEOUT, GRAVITY_PREFIX).unwrap();
let supply = compute_liquid_supply(&contact, GRAVITY_DENOM.to_string())
.await
Expand Down

0 comments on commit 5910544

Please sign in to comment.