Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zze0s authored and ze0s committed Nov 5, 2024
1 parent fec84d3 commit 45868cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func TestTorrentAddOptions_Prepare(t *testing.T) {
},
want: map[string]string{
"paused": "false",
"stopped": "false",
"skip_checking": "true",
"autoTMM": "false",
"firstLastPiecePrio": "false",
Expand Down Expand Up @@ -73,6 +74,7 @@ func TestTorrentAddOptions_Prepare(t *testing.T) {
},
want: map[string]string{
"paused": "false",
"stopped": "false",
"skip_checking": "true",
"root_folder": "true",
"contentLayout": "Subfolder",
Expand Down Expand Up @@ -104,6 +106,7 @@ func TestTorrentAddOptions_Prepare(t *testing.T) {
},
want: map[string]string{
"paused": "false",
"stopped": "false",
"skip_checking": "true",
"root_folder": "false",
"contentLayout": "NoSubfolder",
Expand Down Expand Up @@ -135,6 +138,7 @@ func TestTorrentAddOptions_Prepare(t *testing.T) {
},
want: map[string]string{
"paused": "false",
"stopped": "false",
"skip_checking": "true",
"autoTMM": "false",
"firstLastPiecePrio": "false",
Expand Down Expand Up @@ -165,6 +169,7 @@ func TestTorrentAddOptions_Prepare(t *testing.T) {
},
want: map[string]string{
"paused": "false",
"stopped": "false",
"skip_checking": "true",
"autoTMM": "false",
"firstLastPiecePrio": "false",
Expand Down Expand Up @@ -197,6 +202,7 @@ func TestTorrentAddOptions_Prepare(t *testing.T) {
},
want: map[string]string{
"paused": "false",
"stopped": "false",
"skip_checking": "true",
"autoTMM": "false",
"firstLastPiecePrio": "true",
Expand Down

0 comments on commit 45868cd

Please sign in to comment.