1
This commit is contained in:
@@ -110,7 +110,7 @@ func TestDoPrint(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetPrintList(t *testing.T) {
|
||||
list, count, err := api.GetPrintList("", "", -9, -9, 0, 10)
|
||||
list, count, err := api.GetPrintList("", "", 0, 0, 0, 10)
|
||||
fmt.Println(list)
|
||||
fmt.Println(count)
|
||||
fmt.Println(err)
|
||||
|
||||
Reference in New Issue
Block a user