Skip to content

Commit 87a54cc

Browse files
author
ExpDev07
committed
fix test
1 parent 63804be commit 87a54cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_v2_latest(self, mock_request_get, mock_datetime):
8686
'latest': {
8787
'confirmed': 1940,
8888
'deaths': 1940,
89-
'recovered': 1940
89+
'recovered': 0
9090
}
9191
}
9292

0 commit comments

Comments
 (0)