Skip to content

Commit

Permalink
chore: remove deprecated comment
Browse files Browse the repository at this point in the history
That was fixed.
  • Loading branch information
josecelano committed Mar 5, 2024
1 parent 601c358 commit 3c719b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/e2e/web/api/v1/contexts/torrent/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,6 @@ mod for_guests {
length: test_torrent.file_info.content_size,
md5sum: None,
}],
// code-review: why is this duplicated? It seems that is adding the
// same tracker twice because first it adds all trackers and then
// it adds the tracker with the personal announce url, if the user
// is logged in. If the user is not logged in, it adds the default
// tracker again, and it ends up with two trackers.
trackers: vec![tracker_url.clone()],
magnet_link: format!(
// cspell:disable-next-line
Expand Down

0 comments on commit 3c719b1

Please sign in to comment.