Skip to content

Commit e440aff

Browse files
authored
Fix microsoft stub tests (#1904)
1 parent 7698896 commit e440aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-frontend/typeshed_serializer/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def typeshed_custom_stubs():
5050
@pytest.fixture(scope="session")
5151
def microsoft_stubs():
5252
build_result, _ = MicrosoftStubsSerializer().get_build_result()
53-
assert len(build_result.files) == 972
53+
assert len(build_result.files) == 973
5454
return build_result
5555

5656
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)