Skip to content

Commit c898add

Browse files
committed
Merge branch 'hotfix/1.11.21'
2 parents 290b387 + 6d2236a commit c898add

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.20
1+
1.11.21

tests/test_expand.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ CASE( "test_metkit_expand_2" ) {
4545
const std::vector< std::string >& dates = r.values("date");
4646
EXPECT(dates.size() == 1);
4747

48-
eckit::Date today(0);
48+
eckit::Date yesterday(-1);
4949
std::ostringstream oss;
5050

51-
oss << today.yyyymmdd();
51+
oss << yesterday.yyyymmdd();
5252
EXPECT(dates[0] == oss.str());
5353

5454

0 commit comments

Comments
 (0)