Skip to content

Commit ec537bc

Browse files
committed
2 parents 0e7c9d9 + 4782865 commit ec537bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Commands/GetRootDseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function test_command_displays_only_requested_attributes()
5151
'objectclass' => ['*'],
5252
'foo' => 'bar',
5353
'baz' => 'zal',
54-
'zee' => 'bur'
54+
'zee' => 'bur',
5555
]);
5656

5757
$code = $this->artisan('ldap:rootdse', ['--attributes' => 'foo,baz']);

0 commit comments

Comments
 (0)