Skip to content

Commit 40fbec1

Browse files
committed
chore(tests): remove unneeded Some().unwrap()
1 parent c0a2af5 commit 40fbec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_queue.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ mod tests {
985985
&mut conn,
986986
build_queue,
987987
&NaiveDate::from_ymd_opt(2020, 10, 3).unwrap(),
988-
&Some(NaiveDate::from_ymd_opt(2020, 10, 5)).unwrap(),
988+
&NaiveDate::from_ymd_opt(2020, 10, 5),
989989
)
990990
.await?;
991991

0 commit comments

Comments
 (0)