Skip to content

Commit 5530846

Browse files
authored
chore: Add pagination tests for RunCollectionClient (#811)
- Add pagination tests for `RunCollectionClient`. Implementation already done in #790 (Test was omitted by accident)
1 parent 6eb6d25 commit 5530846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/pagination.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ describe('Collection clients list method as async iterable', () => {
7979
client.actor('some-id').versions(), // Does not support options
8080
client.store(), // Does not support desc
8181
client.actor('some-id').builds(),
82+
client.actor('some-id').runs(),
8283
client.actors(),
8384
client.datasets(), // Supports unnamed
8485
client.keyValueStores(), // Supports unnamed

0 commit comments

Comments
 (0)