Skip to content

Commit

Permalink
Fix test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Mar 19, 2024
1 parent 1863900 commit c7a49a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/merge_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ mod tests {
interval: Interval::new(Timestamp(0), Timestamp(1000)),
tile_set: TileSet { tiles: Vec::new() },
field_schema: FieldSchema::new(),
warning_message: None,
};
let second = DataSourceInfo {
entry_info: EntryInfo::Panel {
Expand All @@ -408,6 +409,7 @@ mod tests {
interval: Interval::new(Timestamp(0), Timestamp(2000)),
tile_set: TileSet { tiles: Vec::new() },
field_schema: FieldSchema::new(),
warning_message: None,
};

let infos = vec![first, second];
Expand Down

0 comments on commit c7a49a0

Please sign in to comment.