Skip to content

Commit

Permalink
upgrade pyre version in fbcode/kernel - batch 1
Browse files Browse the repository at this point in the history
Reviewed By: kernelslacker

Differential Revision: D53058350

fbshipit-source-id: 199c66878a25b29fdf35ad8f007e73f6e624f28b
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed Jan 25, 2024
1 parent 81efeb8 commit 8b944da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_branch_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ async def test_guess_pr_return_from_active_pr_cache(self, m: aioresponses) -> No
# Whatever is in our self.prs's cache dictionary will be returned.
series = Series(self._pw, SERIES_DATA)
sentinel = random.random()
# pyre-fixme[6]: For 2nd argument expected `PullRequest` but got `float`.
self._bw.prs["foo"] = sentinel
pr = await self._bw._guess_pr(series)
self.assertEqual(sentinel, pr)
Expand Down

0 comments on commit 8b944da

Please sign in to comment.