Skip to content

Commit

Permalink
added the checks for retention period
Browse files Browse the repository at this point in the history
  • Loading branch information
kanza-latif committed Nov 13, 2024
1 parent c75f432 commit efed4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/memory_statistics_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def test_check_memory_statistics_table_existence():
assert check_memory_statistics_table_existence({"memory_statistics": {}}) is True
assert check_memory_statistics_table_existence({}) is False


def test_get_memory_statistics_table(mock_db):
"""Test getting MEMORY_STATISTICS table."""
mock_db.get_table.return_value = {"memory_statistics": {}}
Expand Down

0 comments on commit efed4ae

Please sign in to comment.