From c87848fd0334f81a879763128593c65b8baf941a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 11 Feb 2017 20:10:16 +0100 Subject: [PATCH] Add example from failing CI run on OS X --- tests/system/cli/test_sync.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/system/cli/test_sync.py b/tests/system/cli/test_sync.py index f0e7806..9f7884a 100644 --- a/tests/system/cli/test_sync.py +++ b/tests/system/cli/test_sync.py @@ -286,7 +286,8 @@ def test_multiple_pairs(tmpdir, runner): min_size=1 )) @example(collections=[u'persönlich']) -@example(collections=set('aA')) +@example(collections={'a', 'A'}) +@example(collections={'\ufffe'}) def test_create_collections(subtest, collections): @subtest