Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Jan 30, 2024
1 parent 25e13c2 commit 5b6c6cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Integration test example
//

// TODO - move this integration test into other place,
// TODO - move this integration test into other place,
// so it will not execute during common Rust test procedure.
#[tokio::test]
#[ignore]
#[ignore]
async fn health_live() {
let cat_gateway_address = "http://127.0.0.1:3030";
let client = reqwest::Client::new();
Expand Down

0 comments on commit 5b6c6cd

Please sign in to comment.