File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
primitives/src/util/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ mod test {
677
677
targeting : vec ! [ ] ,
678
678
min_targeting_score : None ,
679
679
event_submission : Some ( EventSubmission { allow : vec ! [ ] } ) ,
680
- created : Some ( Utc :: now ( ) ) ,
680
+ created : Utc :: now ( ) ,
681
681
active_from : None ,
682
682
nonce : None ,
683
683
withdraw_period_start : Utc :: now ( ) + Duration :: days ( 1 ) ,
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ lazy_static! {
75
75
min_targeting_score: None ,
76
76
event_submission: Some ( EventSubmission { allow: vec![ ] } ) ,
77
77
// July 29, 2019 7:00:00 AM
78
- created: Some ( Utc . timestamp( 1_564_383_600 , 0 ) ) ,
78
+ created: Utc . timestamp( 1_564_383_600 , 0 ) ,
79
79
active_from: None ,
80
80
nonce: Some ( nonce) ,
81
81
withdraw_period_start: Utc . timestamp_millis( 4_073_414_400_000 ) ,
You can’t perform that action at this time.
0 commit comments