Skip to content

Commit bf6d8c1

Browse files
committed
more updates to tests
1 parent eb827e7 commit bf6d8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EloquentThreadTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function it_should_get_all_thread_participants()
8484
$participants = $thread->participantsUserIds();
8585
$this->assertCount(3, $participants);
8686

87-
$this->assertInternalType('array', $participants);
87+
$this->assertInternalType('object', $participants);
8888
}
8989

9090
/** @test */

0 commit comments

Comments
 (0)