Skip to content

Commit 5954b80

Browse files
committed
fix tests
1 parent 4cee50e commit 5954b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
url = https://github.com/lz4/lz4.git
2222
[submodule "lib/mbdx"]
2323
path = lib/mbdx
24-
url = https://github.com/erthink/libmdbx.git
24+
url = https://gitflic.ru/project/erthink/libmdbx.git
2525
[submodule "lib/catch"]
2626
path = lib/catch
2727
url = https://github.com/catchorg/Catch2/

tests/060-bep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ TEST_CASE("hello", "[bep]") {
7878
auto &msg = std::get<proto::message::Hello>(v.message);
7979
CHECK(msg->device_name() == "test-device");
8080
CHECK(msg->client_name() == "syncspirit");
81-
CHECK(msg->client_version() == "v0.01");
81+
CHECK(msg->client_version() == "v0.1.0");
8282
}
8383
}
8484

0 commit comments

Comments
 (0)