Skip to content

Commit ec1fa68

Browse files
committed
CS: alignment.
1 parent b8da67f commit ec1fa68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/rest-api/rest-collaboration-server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ public function test_awareness_uses_persistent_object_cache() {
13501350
$this->markTestSkipped( 'This test requires that an external object cache is in use.' );
13511351
}
13521352

1353-
$storage = new WP_Collaboration_Table_Storage();
1353+
$storage = new WP_Collaboration_Table_Storage();
13541354
$db_calls_initial = get_num_queries();
13551355
$storage->set_awareness_state( 'test-room', 'test-client', array( 'name' => 'Test Client' ), 1 );
13561356
$db_calls_after = get_num_queries();
@@ -1367,7 +1367,7 @@ public function test_awareness_uses_in_memory_cache() {
13671367
$this->markTestSkipped( 'This test requires that an external object cache is not in use.' );
13681368
}
13691369

1370-
$storage = new WP_Collaboration_Table_Storage();
1370+
$storage = new WP_Collaboration_Table_Storage();
13711371
$db_calls_initial = get_num_queries();
13721372
$storage->set_awareness_state( 'test-room', 'test-client', array( 'name' => 'Test Client' ), 1 );
13731373
$db_calls_after = get_num_queries();

0 commit comments

Comments
 (0)