Skip to content
Snippets Groups Projects
Commit bfaca9a9 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Typo test class for get_rate

parent 5bcc6793
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ class TestSummaryslices(unittest.TestCase):
assert 3 == len(self.ss.rates)
class TestGetReate(unittest.TestCase):
class TestGetRate(unittest.TestCase):
def test_zero(self):
assert 0 == get_rate(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment