diff options
Diffstat (limited to 'tests/test-datetime.cpp')
-rw-r--r-- | tests/test-datetime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-datetime.cpp b/tests/test-datetime.cpp index 8e75e73..078255c 100644 --- a/tests/test-datetime.cpp +++ b/tests/test-datetime.cpp @@ -76,7 +76,7 @@ TEST_F(DateTimeFixture, StartAndEnd) const int n_iterations{10000}; for (int i{0}; i<n_iterations; ++i) - { + { const auto day = random_day(); int dayy{0}, daym{0}, dayd{0}; day.ymd(dayy, daym, dayd); |