Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Nov 29, 2023
1 parent ed36086 commit d5dbead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kittycad/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def test_ws_import():
files=[ImportFile(data=content, path=file_name)],
format=InputFormat(
obj(
units=UnitLength.MM,
units=UnitLength.M,
coords=System(
forward=AxisDirectionPair(
axis=Axis.Y, direction=Direction.NEGATIVE
Expand Down

1 comment on commit d5dbead

@vercel
Copy link

@vercel vercel bot commented on d5dbead Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.