Tax.t needed to test for default direction of asc, not desc. Fixed.
This commit is contained in:
parent
5e97a877d5
commit
a143368f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -616,7 +616,7 @@ SKIP: {
|
|||
startIndex => 0,
|
||||
totalRecords => 1778,
|
||||
recordsReturned => 25,
|
||||
dir => 'desc',
|
||||
dir => 'asc',
|
||||
records => array_each({
|
||||
taxId=>ignore,
|
||||
country => 'USA',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue