Skip to content

Commit 6939097

Browse files
committed
Fix ScanQueryTest
1 parent ca34159 commit 6939097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ScanQueryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class ScanQueryTest extends TestCase
1212
{
1313

14-
function testScanQueryWith()
14+
function testScanQuery()
1515
{
1616
self::expectNotToPerformAssertions();
1717

@@ -38,7 +38,7 @@ function testScanQueryWith()
3838

3939
$table->retrySession(function (\YdbPlatform\Ydb\Session $session){
4040
$session->createTable(
41-
'episodes',
41+
'seasons',
4242
YdbTable::make()
4343
->addColumn('series_id', 'UINT64')
4444
->addColumn('title', 'UTF8')

0 commit comments

Comments
 (0)