We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7698896 commit e440affCopy full SHA for e440aff
python-frontend/typeshed_serializer/tests/conftest.py
@@ -50,7 +50,7 @@ def typeshed_custom_stubs():
50
@pytest.fixture(scope="session")
51
def microsoft_stubs():
52
build_result, _ = MicrosoftStubsSerializer().get_build_result()
53
- assert len(build_result.files) == 972
+ assert len(build_result.files) == 973
54
return build_result
55
56
0 commit comments