Skip to content

Commit

Permalink
Remove superfluous comma
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville committed Sep 2, 2021
1 parent 2079f18 commit c8101e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/Security/MemberTest.php
Expand Up @@ -1200,7 +1200,7 @@ public function testRememberMeMultipleDevices()
);
$this->assertEquals(
1,
RememberLoginHash::get()->filter(['MemberID'=>$m1->ID, 'DeviceID'=>$firstHash->DeviceID])->count(),
RememberLoginHash::get()->filter(['MemberID'=>$m1->ID, 'DeviceID'=>$firstHash->DeviceID])->count()
);

// If session-manager module is installed then logout_across_devices is modified so skip
Expand Down

0 comments on commit c8101e6

Please sign in to comment.