mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-14 12:15:53 +00:00
Remove unnecessary filter
This commit is contained in:
parent
792dbc171f
commit
22d009b824
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ class StorageTests(object):
|
|||
|
||||
@given(value=st.one_of(
|
||||
st.none(),
|
||||
printable_characters_strategy.filter(lambda x: x.strip() != x)
|
||||
printable_characters_strategy
|
||||
))
|
||||
def test_metadata_normalization(self, requires_metadata, s, value):
|
||||
x = s.get_meta('displayname')
|
||||
|
|
|
|||
Loading…
Reference in a new issue