Merge "Fix unit test OnlyOpportunisticSIMInserted"
diff --git a/tests/src/com/android/ons/ONSProfileActivatorTest.java b/tests/src/com/android/ons/ONSProfileActivatorTest.java
index aa64ad3..8cecc4e 100644
--- a/tests/src/com/android/ons/ONSProfileActivatorTest.java
+++ b/tests/src/com/android/ons/ONSProfileActivatorTest.java
@@ -113,7 +113,7 @@
         ONSProfileActivator mONSProfileActivator = new ONSProfileActivator(mMockContext,
                 mMockSubManager, mMockONSProfileConfigurator);
 
-        assertEquals(ONSProfileActivator.Result.ERR_OPPORTUNISTIC_SIM_WITHOUT_PSIM_DISABLED,
+        assertEquals(ONSProfileActivator.Result.ERR_SINGLE_ACTIVE_OPPORTUNISTIC_SIM,
                 mONSProfileActivator.handleSimStateChange());
     }