From 4961b93e698c246068095564d3a9a6c97e842942 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 1 Oct 2025 08:07:32 +0100 Subject: [PATCH] tests: Fix typo/grammar in live migration tests Signed-off-by: Rob Bradford --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index e18d7fb7b..3007ca3d1 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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);