Skip to content

Commit

Permalink
Add postgres database
Browse files Browse the repository at this point in the history
  • Loading branch information
ram8545 committed Oct 11, 2023
1 parent 598a3e1 commit 9b459f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from django.test import SimpleTestCase


@patch('core.management.commands.wait_for_db_command.check')
@patch('core.management.commands.wait_for_db.Command.check')
class CommandTests(SimpleTestCase):
"""Test Command"""

Expand Down

0 comments on commit 9b459f0

Please sign in to comment.