Skip to content

Commit

Permalink
Remove a now-useless comment in the thrift-py3 unit tests
Browse files Browse the repository at this point in the history
Summary: This unit test was fixed in D68822077 but I forgot to remove this comment explaining why it was failing. Removing it now.

Reviewed By: prakashgayasen

Differential Revision: D69140934

fbshipit-source-id: d48a1d091a27b929e909d123af0f9477defdde81
  • Loading branch information
Filip Francetic authored and facebook-github-bot committed Feb 4, 2025
1 parent 45adc34 commit 508c7b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thrift/lib/py3/test/auto_migrate/reflection.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@


class ReflectionTests(unittest.TestCase):
# Fails due to containers not working
def test_struct(self) -> None:
x = easy(val=1, an_int=Integers(small=300), name="foo", val_list=[1, 2, 3, 4])
self.assertTrue(inspectable(x))
Expand Down

0 comments on commit 508c7b4

Please sign in to comment.