tests: Fix typo/grammar in live migration tests

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford 2025-10-01 08:07:32 +01:00
parent 44f187715f
commit 4961b93e69

View file

@ -10914,7 +10914,7 @@ mod live_migration {
);
};
// Post live-migration check to make sure the destination VM is funcational
// Post live-migration check to make sure the destination VM is functioning
let r = std::panic::catch_unwind(|| {
// Perform same checks to validate VM has been properly migrated
assert_eq!(guest.get_cpu_count().unwrap_or_default(), boot_vcpus);