Browse Source

tests.cpp

tests
Antonio SJ Musumeci 1 day ago
parent
commit
b46c044792
  1. 2
      tests/tests.cpp

2
tests/tests.cpp

@ -128,7 +128,7 @@ test_config_branches()
Branches::Ptr bcp0;
Branches::Ptr bcp1;
minfreespace = 1234;
b.minfreespace = 1234;
TEST_CHECK(b->minfreespace() == 1234);
TEST_CHECK(b.to_string() == "");

Loading…
Cancel
Save