We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 290b387 + 6d2236a commit c898addCopy full SHA for c898add
VERSION
@@ -1 +1 @@
1
-1.11.20
+1.11.21
tests/test_expand.cc
@@ -45,10 +45,10 @@ CASE( "test_metkit_expand_2" ) {
45
const std::vector< std::string >& dates = r.values("date");
46
EXPECT(dates.size() == 1);
47
48
- eckit::Date today(0);
+ eckit::Date yesterday(-1);
49
std::ostringstream oss;
50
51
- oss << today.yyyymmdd();
+ oss << yesterday.yyyymmdd();
52
EXPECT(dates[0] == oss.str());
53
54
0 commit comments