Skip to content

Commit

Permalink
Tests: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mundschenk-at committed Jun 15, 2024
1 parent 331128f commit 209bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixes/token-fixes/class-hyphenate-fix-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ public function test_get_hyphenator() {
$h = $this->fix->get_hyphenator( $s );
$this->assertInstanceOf( \PHP_Typography\Hyphenator::class, $h );

$settings_data = $this->get_value( $s, 'data' );
$settings_data = $this->get_value( $s, 'data' );
$settings_data[ Settings::HYPHENATION_CUSTOM_EXCEPTIONS ] = [ 'bar-foo' ];
$this->set_value( $s, 'data', $settings_data );

Expand Down

0 comments on commit 209bd4b

Please sign in to comment.