Skip to content

Commit 0983033

Browse files
kvasilyealgesten
authored andcommitted
Better expect message
1 parent 59fd246 commit 0983033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtp/rtcp/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ mod test {
609609
} else {
610610
st2.duration_since(st1)
611611
};
612-
delta.expect("In tests, the time delta should not be None")
612+
delta.expect("delta should be absolute")
613613
}
614614

615615
fn sr(ssrc: u32, ntp_time: SystemTime) -> Rtcp {

0 commit comments

Comments
 (0)