From 6d0f48b3a2a61eac8bc1c6c4f4f58ea4b2731533 Mon Sep 17 00:00:00 2001 From: andrii_kl <18900364+andrii-kl@users.noreply.github.com> Date: Fri, 24 Jan 2025 20:11:35 +0100 Subject: [PATCH] MTG-1245 fix ftm --- nft_ingester/tests/api_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/nft_ingester/tests/api_tests.rs b/nft_ingester/tests/api_tests.rs index 66c2e6e2..d5dea293 100644 --- a/nft_ingester/tests/api_tests.rs +++ b/nft_ingester/tests/api_tests.rs @@ -1,5 +1,4 @@ #[cfg(test)] - #[cfg(feature = "integration_tests")] mod tests { use std::{collections::HashMap, str::FromStr, sync::Arc};