Skip to content

Commit

Permalink
test case tweak: preserve download order test, fix test case name
Browse files Browse the repository at this point in the history
(remove the incomplete expected from test case name)
  • Loading branch information
orionlee committed Sep 1, 2019
1 parent 0462c34 commit 66bde44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static Iterable<Object[]> data() {
@RunWith(Parameterized.class)
public static class ItemEnqueuePositionCalculatorPreserveDownloadOrderTest {

@Parameters(name = "{index}: case<{0}>, expected:{1}")
@Parameters(name = "{index}: case<{0}>")
public static Iterable<Object[]> data() {
Options optDefault = new Options();
Options optEnqAtFront = new Options().setEnqueueAtFront(true);
Expand Down

0 comments on commit 66bde44

Please sign in to comment.