Skip to content

Commit

Permalink
Fix unit test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejackson1 committed Sep 3, 2024
1 parent b17a154 commit 82b1202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/unit-tests/Rest/Test_Rest_Form_Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function test_get_item() {
$this->assertFalse( $data['show_section_content'] );
$this->assertFalse( $data['show_empty'] );
$this->assertTrue( $data['enable_conditional'] );
$this->assertSame( '#FFF', $data['background_color'] );
$this->assertSame( '#ffffff', $data['background_color'] );
$this->assertSame( $template_pdf_config['background_image'], $data['background_image'] );
$this->assertSame( $template_pdf_config['header'], $data['header'] );
$this->assertSame( $template_pdf_config['first_header'], $data['first_header'] );
Expand Down

0 comments on commit 82b1202

Please sign in to comment.