Skip to content

Commit

Permalink
updated testcase file
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Oct 30, 2024
1 parent df0fa1d commit c80b4af
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 @@ -30,7 +30,7 @@ def test_memory_statistics_enable(mock_db):
assert mock_echo.call_count == 2 # Check if the echo function was called twice
mock_db.mod_entry.assert_called_once_with(
"MEMORY_STATISTICS", "memory_statistics",
{"enabled": "false", "disabled": "true"}
{"enabled": "true", "disabled": "false"}
)


Expand Down

0 comments on commit c80b4af

Please sign in to comment.