Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MMelchor committed Sep 29, 2023
1 parent f5a704c commit 4f57273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/web/api/v1/contexts/torrent/asserts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ pub async fn canonical_torrent_for(
// See https://github.com/torrust/torrust-index-backend/issues/284
// They are ignore when the user uploads the torrent. So the stored
// canonical torrent does not contain them.
uploaded_torrent.encoding = None;
/* uploaded_torrent.encoding = None;
uploaded_torrent.creation_date = None;
uploaded_torrent.created_by = None;
uploaded_torrent.created_by = None; */

uploaded_torrent
}
Expand Down

0 comments on commit 4f57273

Please sign in to comment.