From 467037c1262b12b19c1a0f4c5090e5096bc26ac6 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 6 Sep 2024 09:28:36 +0200 Subject: [PATCH] test stub --- src/source.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/source.rs b/src/source.rs index 1991b62..9c9f476 100644 --- a/src/source.rs +++ b/src/source.rs @@ -1606,4 +1606,9 @@ mod tests { panic!("unexpected error type: {:?}", error); } } + + #[test] + fn test_finished_pdu_check_timeout() { + // TODO: Implement. + } }