We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db61f9c commit b54a13fCopy full SHA for b54a13f
tests/test_distribution.py
@@ -37,7 +37,7 @@ class TestDistribution:
37
"""Test Class for Distribution."""
38
39
def test_getter(self, distribution, component_system, concentration, expected):
40
- """Test retunr Function."""
+ """Test return Function."""
41
dist = distribution(component_system, concentration)
42
assert dist.get_distribution(0, 0) == expected
43
0 commit comments