mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-03 20:25:33 +01:00
Get FilterTest passing again for now
This commit is contained in:
parent
5d5d5118ef
commit
21a6f431db
2 changed files with 12 additions and 2 deletions
|
@ -358,7 +358,7 @@ class FilterTest extends TestCase
|
|||
'shouldStar' => 'true',
|
||||
'shouldAlwaysMarkAsImportant' => 'true',
|
||||
],
|
||||
$this->filter->from(['foo@example.com ', 'bar@example.com'])
|
||||
$this->filter->from(['foo@example.com', 'bar@example.com'])
|
||||
->has('Something')
|
||||
->excludeChats()
|
||||
->labelAndArchive('Foo')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue