Skip to content

Commit d60cb9b

Browse files
Update StatisticsTest
1 parent 62031bf commit d60cb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/StatisticsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
});
2121

2222
test('Can receive connections statistics data', function () use ($statistics) {
23-
expect($statistics->getConnections()->getData())->toBeArray();
23+
expect($statistics->getConnections()->toArray())->toBeArray();
2424
});
2525

2626
test('Can receive accepted connections statistics', function () use ($statistics) {

0 commit comments

Comments
 (0)