Skip to content

Commit 5fe131e

Browse files
Carbonhellsyphar
authored andcommitted
chore(tests): remove unneeded Some().unwrap()
1 parent 9d6fd4d commit 5fe131e

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
@@ -1035,7 +1035,7 @@ mod tests {
10351035
&mut conn,
10361036
build_queue,
10371037
&NaiveDate::from_ymd_opt(2020, 10, 3).unwrap(),
1038-
&Some(NaiveDate::from_ymd_opt(2020, 10, 5)).unwrap(),
1038+
&NaiveDate::from_ymd_opt(2020, 10, 5),
10391039
)
10401040
.await?;
10411041

0 commit comments

Comments
 (0)