From 87f4a9f4dfa06f1076eb25898a1e5ab5d4f5c1d2 Mon Sep 17 00:00:00 2001 From: Jrigada Date: Tue, 4 Feb 2025 10:22:15 -0300 Subject: [PATCH] Remove extra space --- crates/forge/tests/cli/odyssey.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/forge/tests/cli/odyssey.rs b/crates/forge/tests/cli/odyssey.rs index 49b8c01fc..7d98e79fc 100644 --- a/crates/forge/tests/cli/odyssey.rs +++ b/crates/forge/tests/cli/odyssey.rs @@ -11,7 +11,6 @@ forgetest_init!(test_eof_flag, |prj, cmd| { Compiler run successful with warnings: Warning (3805): This is a pre-release compiler version, please do not use it in production. - Ran 2 tests for test/Counter.t.sol:CounterTest [PASS] testFuzz_SetNumber(uint256) (runs: 256, [AVG_GAS]) [PASS] test_Increment() ([GAS])