Skip to content

Commit

Permalink
Change name of test test_div to test_div_types
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Oct 22, 2020
1 parent 3767f23 commit c9f8a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scalar/test_basic.py
Expand Up @@ -395,7 +395,7 @@ def test_mod_complex_fail():
x % y


def test_div():
def test_div_types():
a = int8()
b = int32()
c = complex64()
Expand Down

0 comments on commit c9f8a75

Please sign in to comment.