Skip to content

Commit

Permalink
remove dud value
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jul 22, 2024
1 parent bec5c3e commit 4efd354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/streaming_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5945,7 +5945,7 @@ async def test_service_op_sorts_fields(self, ws_connect):
"SchwabClientCorrelId": CLIENT_CORRELATION_ID,
'parameters': {
'keys': 'GOOG,MSFT',
'fields': '1,2,5,14,36,1'
'fields': '1,2,5,14,36'
}
})

Expand Down

0 comments on commit 4efd354

Please sign in to comment.