Skip to content

Commit

Permalink
Restore Accidentally Disabled Test
Browse files Browse the repository at this point in the history
  • Loading branch information
oleibman committed Dec 15, 2024
1 parent 54885f2 commit 7019886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static function providerXOR(): array
/**
* @dataProvider providerXORLiteral
*/
public function xtestXORLiteral(mixed $expectedResult, string $formula): void
public function testXORLiteral(mixed $expectedResult, float|string $formula): void
{
$sheet = $this->getSheet();
$sheet->getCell('A1')->setValue("=XOR($formula)");
Expand Down

0 comments on commit 7019886

Please sign in to comment.