Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Connor1996 <zbk602423539@gmail.com>
  • Loading branch information
Connor1996 committed May 28, 2024
1 parent 9737e2a commit 5853c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/raftstore/src/store/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ impl<EK: KvEngine> StoreMsg<EK> {
StoreMsg::GcSnapshotFinish => 10,
StoreMsg::AwakenRegions { .. } => 11,
#[cfg(any(test, feature = "testexport"))]
StoreMsg::Validate(_) => 13,
StoreMsg::Validate(_) => 12,
}
}
}

0 comments on commit 5853c17

Please sign in to comment.