mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 18:50:05 +00:00
Add required parameter for GetTimePointsByDate
This commit is contained in:
parent
77ae293e87
commit
95b9a03437
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ TEST(AwsLevel3DataProvider, GetTimePointsByDate)
|
|||
|
||||
AwsLevel3DataProvider provider("KLSX", "N0Q");
|
||||
|
||||
auto timePoints = provider.GetTimePointsByDate(date);
|
||||
auto timePoints = provider.GetTimePointsByDate(date, true);
|
||||
|
||||
EXPECT_GT(timePoints.size(), 0);
|
||||
for (auto timePoint : timePoints)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue