Skip to content

Commit 1b0815e

Browse files
committed
Remove commented-out line
1 parent ea02d03 commit 1b0815e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/FeatureRepTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function testFlagForTargetedUserOn() {
5050
}
5151

5252
public function testFlagForTargetGroupOn() {
53-
// $user = new LDUser("[email protected]", null, null, null, null, null, null, null, null, ["groups" => ["google", "microsoft"]]);
5453
$user = (new LDUserBuilder("[email protected]"))->custom(["groups" => ["google", "microsoft"]])->build();
5554
$b = $this->_simpleFlag->evaluate($user);
5655
$this->assertEquals(true, $b);

0 commit comments

Comments
 (0)