Skip to content

Commit 1cfae04

Browse files
committed
Fix unit test
1 parent 6b8a26e commit 1cfae04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_polygon/test_rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ def test_polygon(reqmock):
139139
with pytest.raises(AttributeError):
140140
quotes[0].foo
141141

142-
# Historic Aggregates V2
142+
# Historic Aggregates V2
143143
reqmock.get(
144144
endpoint(
145-
'/aggs/ticker/AAPL/range/1/day/2018-2-2/2018-2-5',
145+
'/aggs/ticker/AAPL/range/1/day/2018-02-02/2018-02-05',
146146
params='unadjusted=False', api_version='v2'
147147
),
148148
text='''

0 commit comments

Comments
 (0)