Skip to content

Commit b813d1c

Browse files
Undo adding skip to test
1 parent f5ce1b7 commit b813d1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

betterproto/tests/test_inputs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def test_service_can_be_instantiated(test_data: TestData) -> None:
123123
plugin_module.TestStub(MockChannel())
124124

125125

126-
@pytest.mark.skip
127126
@pytest.mark.parametrize("test_data", test_cases.messages_with_json, indirect=True)
128127
def test_binary_compatibility(repeat, test_data: TestData) -> None:
129128
plugin_module, reference_module, json_data = test_data

0 commit comments

Comments
 (0)