Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwu committed Apr 20, 2022
1 parent c554ab1 commit d7088e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/graph_reader/test_artifact_get_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
),
pytest.param(
"""import lineapy
x = lineapy.get('x').value
x = lineapy.get('x').get_value()
y = lineapy.get('y')""",
f"""import pickle
import lineapy
Expand Down

0 comments on commit d7088e8

Please sign in to comment.