From 0bfa38fff5ac2f3c2a6c1557e172cfb0b96a833c Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sun, 21 Nov 2021 16:25:24 +1030 Subject: [PATCH] Cleanup incorrect comment --- download/download_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/download/download_test.go b/download/download_test.go index 39a9e0f..12eed73 100644 --- a/download/download_test.go +++ b/download/download_test.go @@ -65,8 +65,6 @@ func TestUpdateMetadata(t *testing.T) { // [download] 100% of 4.64MiB in 00:00 // [ffmpeg] Merging formats into "Halo Infinite Flight 4K Gameplay-wi7Agv1M6PY.mp4" -// This test is a bit broken, because StartQueued immediately starts the queued -// download, it func TestQueue(t *testing.T) { conf := config.TestConfig() @@ -93,7 +91,6 @@ func TestQueue(t *testing.T) { dls.StartQueued(2) if dls[1].State == "queued" { t.Error("#2 was not started but it should be") - } }