From b813d1cedbb43fb0ff454c0fdd09c931c8357283 Mon Sep 17 00:00:00 2001 From: boukeversteegh Date: Fri, 29 May 2020 17:59:21 +0200 Subject: [PATCH] Undo adding skip to test --- betterproto/tests/test_inputs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/betterproto/tests/test_inputs.py b/betterproto/tests/test_inputs.py index 5eb386b..cac8327 100644 --- a/betterproto/tests/test_inputs.py +++ b/betterproto/tests/test_inputs.py @@ -123,7 +123,6 @@ def test_service_can_be_instantiated(test_data: TestData) -> None: plugin_module.TestStub(MockChannel()) -@pytest.mark.skip @pytest.mark.parametrize("test_data", test_cases.messages_with_json, indirect=True) def test_binary_compatibility(repeat, test_data: TestData) -> None: plugin_module, reference_module, json_data = test_data