Skip to content

Commit af7c72f

Browse files
committed
Silly.
1 parent 1f9e2ac commit af7c72f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/collaboration/wpCollaborationTableStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public function test_duplicate_awareness_rows_coalesces_on_latest_entry_with_obj
374374
// get_awareness_state and set_awareness_state should target the latest row.
375375
$awareness = $storage->get_awareness_state( $room );
376376
$this->assertCount( 1, $awareness, 'Only one awareness state should be returned for the client.' );
377-
$this->assertSame( array( 'name' => 'Latest' ), $awareness[0]['state'] );
377+
$this->assertSame( array( 'name' => 'Cached Latest' ), $awareness[0]['state'] );
378378
$storage->set_awareness_state( $room, '1', array( 'name' => 'Current' ), 1 );
379379
$awareness = $storage->get_awareness_state( $room );
380380
$this->assertCount( 1, $awareness, 'Only one awareness state should be returned for the client.' );

0 commit comments

Comments
 (0)