Skip to content

Commit

Permalink
Merge branch 'task/search-api' of https://github.com/unb-mds/2023-2-S…
Browse files Browse the repository at this point in the history
…quad11 into task/search-api
  • Loading branch information
caio-felipee committed Nov 16, 2023
2 parents 171ad01 + 591142d commit fbcdd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_str_method_of_department(self):
self.assertEqual(str(self.department), self.department.code)


class Testsad(APITestCase):
class TestSearchAPI(APITestCase):
def setUp(self) -> None:
self.department = get_or_create_department(
code='518', year='2023', period='2')
Expand Down

0 comments on commit fbcdd7d

Please sign in to comment.