dragonball: fix CI failure due to poor UT adaptation.

Fixes: #9144

Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>
This commit is contained in:
Alex Lyn
2024-03-25 17:31:02 +08:00
parent 079d894496
commit 5c54315a87

View File

@@ -379,7 +379,7 @@ mod tests {
// tenth one (i.e the one with index msr_index::MSR_IA32_MISC_ENABLE has the data we
// expect.
let entry_vec = create_msr_entries();
assert_eq!(entry_vec[9], kvm_msrs.as_slice()[0]);
assert_eq!(entry_vec[10], kvm_msrs.as_slice()[0]);
}
#[test]