Double star arg only test is no longer expected to fail

This commit is contained in:
Daniel Bradburn
2017-05-10 22:57:48 +02:00
parent 93437152a2
commit 038692dbf9

View File

@@ -123,7 +123,6 @@ with settings(max_examples=25):
def test_function_call_star_only(expr):
validate_uncompyle(expr)
@pytest.mark.xfail()
@given(isolated_function_calls('double_star'))
@example("fn(**{})")
def test_function_call_double_star_only(expr):