We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cee50e commit 5954b80Copy full SHA for 5954b80
.gitmodules
@@ -21,7 +21,7 @@
21
url = https://github.com/lz4/lz4.git
22
[submodule "lib/mbdx"]
23
path = lib/mbdx
24
- url = https://github.com/erthink/libmdbx.git
+ url = https://gitflic.ru/project/erthink/libmdbx.git
25
[submodule "lib/catch"]
26
path = lib/catch
27
url = https://github.com/catchorg/Catch2/
tests/060-bep.cpp
@@ -78,7 +78,7 @@ TEST_CASE("hello", "[bep]") {
78
auto &msg = std::get<proto::message::Hello>(v.message);
79
CHECK(msg->device_name() == "test-device");
80
CHECK(msg->client_name() == "syncspirit");
81
- CHECK(msg->client_version() == "v0.01");
+ CHECK(msg->client_version() == "v0.1.0");
82
}
83
84
0 commit comments