mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-02-02 08:57:31 +00:00
Fix spaces
This commit is contained in:
parent
6529b3d042
commit
20aad9349b
|
@ -118,8 +118,8 @@ class FilterTest extends TestCase
|
|||
public function testMultipleSubjectsCanBeAdded()
|
||||
{
|
||||
$this->assertEquals(
|
||||
['subject' => '"Test"|"Foo bar"'],
|
||||
$this->filter->subject(['Test', 'Foo bar'])->toArray()
|
||||
['subject' => '"Test"|"Foo bar"'],
|
||||
$this->filter->subject(['Test', 'Foo bar'])->toArray()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue