Fix test class name (#12)

This commit is contained in:
Major Hayden 2017-03-09 13:04:59 -06:00 committed by GitHub
parent 15a719f112
commit 5d1c2b1db7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import unittest
from monitorstack import utils
class TestUptime(unittest.TestCase):
class TestUtils(unittest.TestCase):
"""Tests for the utilities."""
def setUp(self):