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 Nov 13, 2018
1 parent b286f9d commit e1a068d
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 e1a068d

Please sign in to comment.