Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Mar 21, 2024
1 parent 8a02e82 commit d3b5e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/php/includes/core/classes/class-test-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function test_event_communication_modal(): void {
$output = Utility::buffer_and_return( array( $instance, 'event_communication_modal' ) );

$this->assertSame(
'<div id="gp-event-communication-modal" />',
'<div id="gp-event-communication-modal"></div>',
$output,
'Failed to assert event_communication_modal output div.'
);
Expand Down

0 comments on commit d3b5e48

Please sign in to comment.