Updating AWS Level 2 test to use KEAX for prune

This commit is contained in:
Dan Paulat 2023-04-21 13:45:27 -05:00
parent a83065acd8
commit 4ba56d8cf0

View file

@ -48,7 +48,7 @@ TEST(AwsLevel2DataProvider, Prune)
{
using namespace std::chrono;
AwsLevel2DataProvider provider("KLSX");
AwsLevel2DataProvider provider("KEAX");
const auto today = floor<days>(system_clock::now());
const auto yesterday = today - days {1};