Skip to content

Commit

Permalink
🔥 测试错误内容
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Aug 27, 2024
1 parent 112f51b commit 989dbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_angle.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class TestAngle:
def test_radian_to_degree(self):
angle = AnyAngle(1, is_radian=True)
output_ans(180 / PI, angle.degree, question="弧度转角度1")
output_ans(190 / PI, angle.degree, question="弧度转角度1")

angle = AnyAngle(2, is_radian=True)
output_ans(360 / PI, angle.degree, question="弧度转角度2")
Expand Down

0 comments on commit 989dbae

Please sign in to comment.