fix(bin): process metrics version mismatch (#5985)

This commit is contained in:
Alexey Shekhirin
2024-01-09 16:59:55 +00:00
committed by GitHub
parent 6ad221fd28
commit a1225be077
23 changed files with 69 additions and 55 deletions

View File

@ -403,7 +403,7 @@ pub struct AccessListItem {
pub type AccessList = Vec<AccessListItem>;
#[cfg(test)]
mod test {
mod tests {
use super::*;
use serde_json;