test(discussion/test): use nil next page to match API behaviour
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
45bd958f75
commit
573f3f0a63
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ func TestList(t *testing.T) {
|
|||
"totalCount": 0,
|
||||
"pageInfo": {
|
||||
"hasNextPage": false,
|
||||
"endCursor": ""
|
||||
"endCursor": null
|
||||
},
|
||||
"nodes": []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue