Skip to content

Commit

Permalink
Fix: rename test class
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanCapistrano committed Jul 21, 2022
1 parent 778440b commit 96eb274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/test_currency.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import unittest
from services.currency import Currency

class TestGetGameDescription(unittest.TestCase):
class TestCurrency(unittest.TestCase):
@classmethod
def setUpClass(self) -> None:
self.currency = Currency()
Expand Down

0 comments on commit 96eb274

Please sign in to comment.