summaryrefslogtreecommitdiffstats
path: root/third_party/rust/neqo-common/src/datagram.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/neqo-common/src/datagram.rs')
-rw-r--r--third_party/rust/neqo-common/src/datagram.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/rust/neqo-common/src/datagram.rs b/third_party/rust/neqo-common/src/datagram.rs
index cc2cb7d113..2f2bb53766 100644
--- a/third_party/rust/neqo-common/src/datagram.rs
+++ b/third_party/rust/neqo-common/src/datagram.rs
@@ -95,6 +95,6 @@ fn fmt_datagram() {
let d = datagram([0; 1].to_vec());
assert_eq!(
&format!("{d:?}"),
- "Datagram IpTos(Cs0, NotEct) TTL Some(128) [fe80::1]:443->[fe80::1]:443: [1]: 00"
+ "Datagram IpTos(Cs0, Ect0) TTL Some(128) [fe80::1]:443->[fe80::1]:443: [1]: 00"
);
}