Skip to content

Commit

Permalink
Fix typo in SystemDceSecurityProviderTest (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Nov 8, 2023
1 parent 41b1497 commit 00945e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Provider/Dce/SystemDceSecurityProviderTest.php
Expand Up @@ -449,7 +449,7 @@ public function provideWindowsGoodNetUserAndWmicGroupValues(): array
'expectedId' => '546',
],
[
'netUserReponse' => 'Local Group Memberships Some Group Another Group',
'netUserResponse' => 'Local Group Memberships Some Group Another Group',
'wmicGroupResponse' => 'Some Group S-1-5-80-19088743-1985229328-4294967295-1324',
'expectedGroup' => 'Some Group',
'expectedId' => '1324',
Expand Down

0 comments on commit 00945e1

Please sign in to comment.