Skip to content

Commit 0e0a781

Browse files
committed
Small test edit
1 parent a61a1ab commit 0e0a781

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ConnectionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,5 @@
9191

9292
test('Info', function () {
9393
$info = DB::connection('elasticsearch')->getClientInfo();
94-
expect($info['cluster_name'])->toBe('elasticsearch')
95-
->and($info['tagline'])->toBe('You Know, for Search');
94+
expect($info['tagline'])->toBe('You Know, for Search');
9695
});

0 commit comments

Comments
 (0)