mirror of
https://github.com/Naios/continuable.git
synced 2026-02-16 23:29:48 +08:00
Fix the unit tests
This commit is contained in:
parent
812420cf06
commit
b77e926c41
@ -77,7 +77,7 @@ TYPED_TEST(result_all_tests, is_default_constructible) {
|
|||||||
EXPECT_TRUE(e3.is_empty());
|
EXPECT_TRUE(e3.is_empty());
|
||||||
|
|
||||||
auto empty = make_result();
|
auto empty = make_result();
|
||||||
EXPECT_TRUE(empty.is_empty());
|
EXPECT_TRUE(empty.is_value());
|
||||||
}
|
}
|
||||||
|
|
||||||
TYPED_TEST(result_all_tests, can_carry_errors) {
|
TYPED_TEST(result_all_tests, can_carry_errors) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user