Skip to content

Commit

Permalink
HostTests datetime check should use parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jun 28, 2024
1 parent ce21ede commit fad8045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/HostTests/modules/DateTime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class DateTimeTest : public TestGroup

void checkHttpDates(const FSTR::Array<TestDate>& dates)
{
for(auto date : VALID_HTTP_DATE) {
for(auto date : dates) {
DateTime dt;
String s(*date.stringToParse);
Serial << s << endl;
Expand Down

0 comments on commit fad8045

Please sign in to comment.