Skip to content

Commit

Permalink
update test file
Browse files Browse the repository at this point in the history
Signed-off-by: Arham-Nasir <[email protected]>
  • Loading branch information
Arham-Nasir committed Nov 27, 2024
1 parent 8b33545 commit d52d7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/memory_statistics_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def test_main_invalid_command(self, mock_syslog):
)

@patch('sys.argv', ['memory_statistics.py'])
@patch('show.memory_statistics.cli')
@patch('show.memory.statistics.cli')
def test_main_no_command(self, mock_cli):
"""Test main() with no command-line arguments."""
try:
Expand Down

0 comments on commit d52d7bf

Please sign in to comment.