Tests perform overly exact matching on some fields #82
Labels
kind/feature
New feature or request
lifecycle/keep-alive
Denotes an issues or PR that should never be considered stale.
For example, if I have a test where one of the
messages
hasto: ['some-list']
, and I have a rule filtering forto: ['some-list']
, the test thinks that this rule is applied to that message. However, if the message hasto: ['some-list@google.com']
, the test things that this rule is not applied to that message; in real-gmail-filtering it is.The text was updated successfully, but these errors were encountered: