Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Sep 9, 2024
1 parent 4e57b23 commit 3321534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relay-server/src/services/processor/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,8 @@ mod tests {

let event = Annotated::new(Event {
release: Annotated::new(
String::from("���7��#1G����7��#1G����7��#1G����7��#1G����7��#").into(),
String::from("���7��#1G����7��#1G����7��#1G����7��#1G����7��#")
.into(),
),
..Default::default()
});
Expand Down

0 comments on commit 3321534

Please sign in to comment.