fix: correct test references to use selection ID 1475 for exemption
This commit is contained in:
@@ -22,14 +22,14 @@ class SelectionBasedBodyDimensionExemptionTest extends TestCase
|
||||
$this->exemption = new SelectionBasedBodyDimensionExemption();
|
||||
}
|
||||
|
||||
public function testReturnsTrueWhenWrapperTravelContainsSelection1474(): void
|
||||
public function testReturnsTrueWhenWrapperTravelContainsSelection1475(): void
|
||||
{
|
||||
$root = $this->createWrapperWithSelectionIds([1474]);
|
||||
$root = $this->createWrapperWithSelectionIds([1475]);
|
||||
|
||||
$this->assertTrue($this->exemption->isBodyDimensionValidationExempt($root));
|
||||
}
|
||||
|
||||
public function testReturnsFalseWhenSelection1474IsAbsent(): void
|
||||
public function testReturnsFalseWhenSelection1475IsAbsent(): void
|
||||
{
|
||||
$root = $this->createWrapperWithSelectionIds([2001]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user