From f9ce8892a7c8d9932818882c53326ebc79a819ca Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Wed, 28 May 2025 16:21:51 +0200 Subject: [PATCH] adds magent link and torrent parser tests to bittorrent tests --- tests/codex/testbittorrent.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/codex/testbittorrent.nim b/tests/codex/testbittorrent.nim index 481490f2..4db7fe86 100644 --- a/tests/codex/testbittorrent.nim +++ b/tests/codex/testbittorrent.nim @@ -2,5 +2,7 @@ import ./bittorrent/testbencoding import ./bittorrent/testmanifest import ./bittorrent/testpiecevalidator import ./bittorrent/testtorrentdownloader +import ./bittorrent/testmagnetlink +import ./bittorrent/testtorrentparser {.warning[UnusedImport]: off.}