Update internal/p2p/pqueue_test.go to remove extra line

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
This commit is contained in:
William Banfield
2021-07-26 09:15:15 -04:00
committed by GitHub
co-authored by Aleksandr Bezobchuk
parent a23b31d6e6
commit 537b04d59d
-1
View File
@@ -41,5 +41,4 @@ func TestCloseWhileDequeueFull(t *testing.T) {
case <-time.After(2 * time.Second):
t.Fatal("pqueue failed to close")
}
}