Skip to content

Commit

Permalink
fix strcalc test_exponentiation not use 0j as first num
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Jan 21, 2021
1 parent de0162e commit 6877cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_strcalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_true_division(num_l, num_r):
[
(_rand_int_w_0(), _rand_int_w_0()),
(_rand_float_w_0(), _rand_float_w_0()),
(_rand_complex_w_0(), _rand_complex_w_0()),
(_rand_complex_wo_0(), _rand_complex_w_0()),
],
)
def test_exponentiation(num_l, num_r):
Expand Down

0 comments on commit 6877cee

Please sign in to comment.