mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-25 15:43:13 +03:00
Introduce a ByteRange typealias
Summary: See title Reviewed By: kvtsoy Differential Revision: D73444489 fbshipit-source-id: f83566ce023e8237335d3bb43d89fc471f053afa
This commit is contained in:
committed by
Facebook GitHub Bot
parent
048e64e2f1
commit
bcbe5adce4
@@ -402,7 +402,7 @@ TEST_F(ServerHandshakeTest, TestGetExportedKeyingMaterial) {
|
||||
EXPECT_EQ(ekm->size(), 32);
|
||||
|
||||
ekm = handshake->getExportedKeyingMaterial(
|
||||
"EXPORTER-Some-Label", folly::ByteRange(), 32);
|
||||
"EXPORTER-Some-Label", ByteRange(), 32);
|
||||
ASSERT_TRUE(ekm.has_value());
|
||||
EXPECT_EQ(ekm->size(), 32);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user