Skip to content

Commit

Permalink
Test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksleight committed Nov 1, 2024
1 parent 2282eff commit 541040b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fieldtypes/BardTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ public function it_preprocesses_inline_value_with_break()
],
]];

$this->assertEquals($expected, $this->bard(['inline' => true, 'sets' => null])->preProcess($data));
$this->assertEquals($expected, $this->bard(['inline' => 'break', 'sets' => null])->preProcess($data));
}

#[Test]
Expand Down

0 comments on commit 541040b

Please sign in to comment.