Skip to content

Commit

Permalink
added SynchronizedData test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravleen-Solulab authored Aug 9, 2024
1 parent f065bbe commit eabb2f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ def test_abci_app_initialization(abci_app):
FinishedWithSkipTradingRound: set(),
}
def test_synchronized_data_initialization():
"""Test the initialization and attributes of SynchronizedData."""
"""Test the initialization and attribute of SynchronizedData."""
# Initialize SynchronizedData
data = SynchronizedData(db=dict())

# Test initial attributes
assert data.db == {}
assert data.db == {}

0 comments on commit eabb2f4

Please sign in to comment.