Skip to content

Commit

Permalink
fix buildinfo test (XRPLF#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardAH authored Jan 22, 2024
1 parent 4dff5a5 commit 2dc5e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/protocol/BuildInfo_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class BuildInfo_test : public beast::unit_test::suite
auto vCurrent = BuildInfo::getEncodedVersion();
BEAST_EXPECT(!BuildInfo::isNewerVersion(vCurrent));

auto vMax = BuildInfo::encodeSoftwareVersion("9999.12.30");
auto vMax = BuildInfo::encodeSoftwareVersion("2100.12.30");
BEAST_EXPECT(BuildInfo::isNewerVersion(vMax));

auto vRelease1 = BuildInfo::encodeSoftwareVersion("2023.1.1-release+1");
Expand Down

0 comments on commit 2dc5e67

Please sign in to comment.