From 9707a448f2e4272cff2185997307da567e2c67c3 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Thu, 20 Mar 2025 03:42:42 +0100 Subject: [PATCH] adds piece validator tests to codex tests --- tests/codex/testbittorrent.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/codex/testbittorrent.nim b/tests/codex/testbittorrent.nim index f36b4045..0d735bb6 100644 --- a/tests/codex/testbittorrent.nim +++ b/tests/codex/testbittorrent.nim @@ -1,4 +1,5 @@ import ./bittorrent/testbencoding import ./bittorrent/testmanifest +import ./bittorrent/testpiecevalidator {.warning[UnusedImport]: off.}