Skip to content

Commit

Permalink
Update tests/test_inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored Sep 23, 2023
1 parent afd9a45 commit 7346e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -7116,4 +7116,4 @@ def test_sys_argv_uninferable() -> None:
)
sys_argv_value = list(a._infer())
assert len(sys_argv_value) == 1
assert sys_argv_value[0] is Uninferable
assert sys_argv_value[0] is util.Uninferable

0 comments on commit 7346e9e

Please sign in to comment.