Skip to content

Commit 5bde6c6

Browse files
authored
Update tests/test_scattering_diffuse.py
1 parent 2b3e291 commit 5bde6c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_scattering_diffuse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_maximum_baseplate_scattering_coefficient_invalid_type():
6565
with pytest.raises(TypeError, match="N must be a positive integer."):
6666
isd.maximum_baseplate_scattering_coefficient(N=-1)
6767

68-
def test_maximum_baseplate_scattering_coefficient_negative_N():
68+
def test_maximum_baseplate_scattering_coefficient_N():
6969
# Test with a positive integer N to verify expected behavior
7070
N = 5
7171
result = isd.maximum_baseplate_scattering_coefficient(N)

0 commit comments

Comments
 (0)