Remove double semicolon
Change-Id: I96b6210d24ee110327feef01907d81630c9fb330
This commit is contained in:
parent
36a423e463
commit
f92ebf8aab
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class ApiQueryContinueTest extends ApiQueryContinueTestBase {
|
|||
};
|
||||
// generator + 2 props
|
||||
$data = $this->query( $mk( 99, 99, 99 ), 1, 'G2P', false ) +
|
||||
array( 'batchcomplete' => '' );;
|
||||
array( 'batchcomplete' => '' );
|
||||
$this->checkC( $data, $mk( 1, 1, 1 ), 16, 'G2P-111' );
|
||||
$this->checkC( $data, $mk( 2, 2, 2 ), 9, 'G2P-222' );
|
||||
$this->checkC( $data, $mk( 3, 3, 3 ), 6, 'G2P-333' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue