Skip to content

Commit 283da80

Browse files
committed
fix: import Duration in requests test module
1 parent 546f540 commit 283da80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lambda-runtime/src/requests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ impl IntoRequest for EventErrorRequest<'_> {
186186
#[cfg(test)]
187187
mod tests {
188188
use super::*;
189+
use std::time::Duration;
189190

190191
#[test]
191192
fn test_next_event_request() {

0 commit comments

Comments
 (0)