Skip to content

Commit

Permalink
fix: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jan 31, 2019
1 parent efec974 commit 32fd8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general/src/store/normalize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ fn test_parses_sdk_info_from_header() {
fn test_discards_received() {
use crate::types::FromValue;
let mut event = Annotated::new(Event {
received: FromValue::from_value(Annotated::new(Value::U64(696969696969))),
received: FromValue::from_value(Annotated::new(Value::U64(696_969_696_969))),
..Default::default()
});

Expand Down

0 comments on commit 32fd8e8

Please sign in to comment.