From f0e96ed9ad69fe6d37238a6b14b96387ef36fe68 Mon Sep 17 00:00:00 2001 From: Nam Chu Hoai Date: Wed, 27 Jul 2022 16:38:59 +0200 Subject: [PATCH] Fix CI (#833) --- rust/abacus-core/src/chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/abacus-core/src/chain.rs b/rust/abacus-core/src/chain.rs index 1225eb0f0..e3d91680e 100644 --- a/rust/abacus-core/src/chain.rs +++ b/rust/abacus-core/src/chain.rs @@ -119,7 +119,7 @@ mod tests { /// them anymore, we don't fail the test. (E.g. agents cannot /// currently parse the older files in `config/dev/` or /// `config/testnet`. - const BLACKLISTED_DIRS: [&str; 5] = [ + const BLACKLISTED_DIRS: [&str; 3] = [ // Ignore only-local names of fake chains used by // e.g. test suites. "test/test1_config.json",