Start of implementation to load a window of archive warning data, currently broken

This commit is contained in:
Dan Paulat 2025-04-15 00:16:39 -05:00
parent e3ccce5d5b
commit 33e18765b7
4 changed files with 163 additions and 30 deletions

View file

@ -23,11 +23,13 @@ TEST(IemApiProviderTest, ListTextProducts)
if (torProducts.value().size() >= 1)
{
EXPECT_EQ(torProducts.value().at(0), "202303250016-KMEG-WFUS54-TORMEG");
EXPECT_EQ(torProducts.value().at(0).productId_,
"202303250016-KMEG-WFUS54-TORMEG");
}
if (torProducts.value().size() >= 35)
{
EXPECT_EQ(torProducts.value().at(34), "202303252015-KFFC-WFUS52-TORFFC");
EXPECT_EQ(torProducts.value().at(34).productId_,
"202303252015-KFFC-WFUS52-TORFFC");
}
}