From eabb2f40438d741ad6821e60a4d9a533590f97f9 Mon Sep 17 00:00:00 2001 From: Ravleen-Solulab Date: Fri, 9 Aug 2024 18:48:29 +0530 Subject: [PATCH] added SynchronizedData test --- .../skills/check_stop_trading_abci/tests/test_rounds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/valory/skills/check_stop_trading_abci/tests/test_rounds.py b/packages/valory/skills/check_stop_trading_abci/tests/test_rounds.py index 15f7f1026..54d77f277 100644 --- a/packages/valory/skills/check_stop_trading_abci/tests/test_rounds.py +++ b/packages/valory/skills/check_stop_trading_abci/tests/test_rounds.py @@ -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 == {} \ No newline at end of file + assert data.db == {}