Skip to content

Commit

Permalink
test: Incorrect Test Outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Feb 29, 2024
1 parent 5a9fea9 commit d567126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Unit/Atc/PositionGroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public function test_detects_as_not_assigned_when_solo_endorsement_expired()

$result = $positionGroup->unassignedFor($account);

$this->assertFalse($result->contains($positionGroup));
$this->assertFalse($result->contains($otherPositionGroup));
$this->assertTrue($result->contains($positionGroup));
$this->assertTrue($result->contains($otherPositionGroup));
}

public function test_detects_when_active_solo_endorsement_assigned()
Expand Down

0 comments on commit d567126

Please sign in to comment.