Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
justbuchanan committed Nov 23, 2023
1 parent 70282b8 commit de4fbdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ def test_expression_argument():
temp_dir = tempfile.gettempdir()
temp_file = os.path.join(temp_dir, "temp_test_10.step")

# Run cq-cli with --expression "cube()"
command = [
"python",
"src/cq_cli/main.py",
Expand Down Expand Up @@ -453,7 +454,5 @@ def test_expression_argument():
]
out, err, exitcode = helpers.cli_call(command)

print("err: %s" % err.decode())

# cq-cli invocation should fail
assert exitcode == 200

0 comments on commit de4fbdf

Please sign in to comment.