Skip to content

Commit

Permalink
Update tests/test_Unions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron authored Sep 5, 2024
1 parent dd526c0 commit 3d5e861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Unions.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def validator(x: int) -> int:

@unittest.skip("Throw compilation error, hence not critical")
@hypothesis.given(st.sampled_from(range(14)))
def test_Union_builtin_cast_ifexpr(self, x):
def test_Union_builtin_cast_List(self, x):
source_code = """
from dataclasses import dataclass
from typing import Dict, List, Union
Expand Down

0 comments on commit 3d5e861

Please sign in to comment.