mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
Replace folly::Optional::hasValue() by has_value()
Differential Revision: D19882830 fbshipit-source-id: 031217f9890351022bc8d171f0ccd7e045dd6972
This commit is contained in:
committed by
Facebook Github Bot
parent
2c04d99cda
commit
a396f62335
@@ -1768,7 +1768,7 @@ TEST_F(QuicTransportTest, FlowControlCallbacks) {
|
||||
SocketAddress("::1", 10000),
|
||||
NetworkData(IOBuf::copyBuffer("fake data"), Clock::now()));
|
||||
|
||||
EXPECT_FALSE(conn.streamManager->popFlowControlUpdated().hasValue());
|
||||
EXPECT_FALSE(conn.streamManager->popFlowControlUpdated().has_value());
|
||||
}
|
||||
|
||||
TEST_F(QuicTransportTest, DeliveryCallbackClosesClosedTransport) {
|
||||
|
Reference in New Issue
Block a user