Fix a smart match/! binding problem
This commit is contained in:
parent
d9aaa70706
commit
93b30c6ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ is( $mob[0]->isInGroup($gY->getId), 1, 'mob[0] is in group Y after setting dbQue
|
|||
is( $mob[0]->isInGroup($gZ->getId), 1, 'mob[0] isInGroup Z');
|
||||
|
||||
ok( $mob[0]->userId ~~ $gY->getAllUsers, 'mob[0] in list of group Y users');
|
||||
ok( ! $mob[0]->userId ~~ $gZ->getUsers, 'mob[0] not in list of group Z users');
|
||||
ok( ! ($mob[0]->userId ~~ $gZ->getUsers), 'mob[0] not in list of group Z users');
|
||||
|
||||
ok( $mob[0]->userId ~~ $gZ->getAllUsers, 'mob[0] in list of group Z users, recursively');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue