mirror of
https://github.com/Naios/continuable.git
synced 2026-02-10 20:29:49 +08:00
Fix a unit test introduced in 4127c02c3f6d
This commit is contained in:
parent
d4cb7dd7b3
commit
30f0dca27f
@ -270,7 +270,7 @@ TYPED_TEST(result_all_tests, can_make_from_multipath_args) {
|
|||||||
|
|
||||||
EXPECT_FALSE(bool(e));
|
EXPECT_FALSE(bool(e));
|
||||||
EXPECT_FALSE(e.is_value());
|
EXPECT_FALSE(e.is_value());
|
||||||
EXPECT_TRUE(e.is_empty());
|
EXPECT_TRUE(e.is_exception());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user