From 5b6c6cdf46c259dc8b7e844c01e7567f890fef2f Mon Sep 17 00:00:00 2001 From: bkioshn Date: Tue, 30 Jan 2024 18:17:52 +0700 Subject: [PATCH] style: format code --- .../tests/integration/catalyst_gateway_event_db.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalyst-gateway/tests/integration/catalyst_gateway_event_db.rs b/catalyst-gateway/tests/integration/catalyst_gateway_event_db.rs index c53c4099d20..c7582fa3b20 100644 --- a/catalyst-gateway/tests/integration/catalyst_gateway_event_db.rs +++ b/catalyst-gateway/tests/integration/catalyst_gateway_event_db.rs @@ -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();