Skip to content

Commit a9598f2

Browse files
committed
Update query_runs_integration_test.go
1 parent a302b4d commit a9598f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

query_runs_integration_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ func TestQueryRunsList(t *testing.T) {
6262
})
6363

6464
t.Run("with list options", func(t *testing.T) {
65-
t.Skip("paging not supported yet in API")
66-
6765
qrl, err := client.QueryRuns.List(ctx, wTest.ID, &QueryRunListOptions{
6866
ListOptions: ListOptions{
6967
PageNumber: 999,

0 commit comments

Comments
 (0)