Skip to content

Commit

Permalink
[FOLD] Fix unit test failure: seconds are not a supported unit
Browse files Browse the repository at this point in the history
  • Loading branch information
nbougalis committed Jun 19, 2020
1 parent 2bc3898 commit c228f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/core/Config_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ r.ripple.com 51235

std::vector<ConfigUnit> units = {
{"seconds", 1, 15 * 60 - 1, false},
{"seconds", 1, 15 * 60, true},
{"seconds", 1, 15 * 60, false},
{"minutes", 60, 14, false},
{"minutes", 60, 15, true},
{"hours", 3600, 10, true},
Expand Down

0 comments on commit c228f9f

Please sign in to comment.