Skip to content

Commit 3e9faad

Browse files
committed
test: update asserted mutation count
1 parent 4c4863a commit 3e9faad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spanner/test/spannerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ public function testUpdateDataWithBatchDML()
517517
public function testGetCommitStats()
518518
{
519519
$output = $this->runFunctionSnippet('get_commit_stats');
520-
$this->assertStringContainsString('Updated data with 6 mutations.', $output);
520+
$this->assertStringContainsString('Updated data with 10 mutations.', $output);
521521
}
522522

523523

0 commit comments

Comments
 (0)