Commit 53e1f9cb authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): remove 'phpspec' as pagingStateToken in tests

parent cbf5d4d5
No related merge requests found
Pipeline #90211116 failed with stages
in 4 minutes and 48 seconds
......@@ -100,7 +100,7 @@ class RepositorySpec extends ObjectBehavior
'flags' => null,
];
$rows = new Rows([ $row, $row ], 'phpspec');
$rows = new Rows([ $row, $row ], '');
$this->cql->request(Argument::type(Custom::class))
->shouldBeCalled()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment