From e1809a1678a1878ed9f47f9da4d41e2e1cffa96a Mon Sep 17 00:00:00 2001 From: jonny rhea <5555162+jrhea@users.noreply.github.com> Date: Wed, 13 May 2026 18:01:16 -0500 Subject: [PATCH] eth/protocols/snap: rename sync_test.go to sync_v1_test.go --- eth/protocols/snap/{sync_test.go => sync_v1_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename eth/protocols/snap/{sync_test.go => sync_v1_test.go} (100%) diff --git a/eth/protocols/snap/sync_test.go b/eth/protocols/snap/sync_v1_test.go similarity index 100% rename from eth/protocols/snap/sync_test.go rename to eth/protocols/snap/sync_v1_test.go