-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test for listing torrents was failing becuase the uploaded torrents was not in the result. Since we added a pagination limit in this PR: #142 Now it can happen that the torrent you've just uploaded is not in the response, because tests run in paralell. When we will able to run this test mocking the `TrackerService` we couuld run it with an isolated environment, so the expected result if always only one torrent. Then we could check that the torrent is on the list again.
- Loading branch information
1 parent
6cc1380
commit fddf020
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters