@@ -25,8 +25,8 @@ namespace Microsoft.MixedReality.Toolkit.Tests
2525 /// </summary>
2626 public class SpatialObserverTests
2727 {
28- private const string TestSpatialAwarenessSysteProfilePath = "Assets/MixedRealityToolkit.Tests/PlayModeTests/TestProfiles/TestMixedRealitySpatialAwarenessSystemProfile.asset" ;
29- private const string TestSpatialAwarenessSysteProfilePath_ManualStart = "Assets/MixedRealityToolkit.Tests/PlayModeTests/TestProfiles/TestMixedRealitySpatialAwarenessSystemProfile_ManualStart.asset" ;
28+ private const string TestSpatialAwarenessSystemProfilePath = "Assets/MixedRealityToolkit.Tests/PlayModeTests/TestProfiles/TestMixedRealitySpatialAwarenessSystemProfile.asset" ;
29+ private const string TestSpatialAwarenessSystemProfilePath_ManualStart = "Assets/MixedRealityToolkit.Tests/PlayModeTests/TestProfiles/TestMixedRealitySpatialAwarenessSystemProfile_ManualStart.asset" ;
3030
3131 /// <summary>
3232 /// Test default case of Auto-Start SpatialObjectMeshObserver observer type and SpatialAwarenessSystem in editor
@@ -35,7 +35,7 @@ public class SpatialObserverTests
3535 [ UnityTest ]
3636 public IEnumerator TestAutoStartObserver ( )
3737 {
38- var mrtkProfile = CreateMRTKTestProfile ( TestSpatialAwarenessSysteProfilePath ) ;
38+ var mrtkProfile = CreateMRTKTestProfile ( TestSpatialAwarenessSystemProfilePath ) ;
3939 TestUtilities . InitializeMixedRealityToolkit ( mrtkProfile ) ;
4040 yield return PlayModeTestUtilities . WaitForInputSystemUpdate ( ) ;
4141
@@ -64,7 +64,7 @@ public IEnumerator TestAutoStartObserver()
6464 [ UnityTest ]
6565 public IEnumerator TestManualStartObserver ( )
6666 {
67- var mrtkProfile = CreateMRTKTestProfile ( TestSpatialAwarenessSysteProfilePath_ManualStart ) ;
67+ var mrtkProfile = CreateMRTKTestProfile ( TestSpatialAwarenessSystemProfilePath_ManualStart ) ;
6868 TestUtilities . InitializeMixedRealityToolkit ( mrtkProfile ) ;
6969 yield return PlayModeTestUtilities . WaitForInputSystemUpdate ( ) ;
7070
@@ -106,7 +106,7 @@ public IEnumerator TestManualStartObserver()
106106 [ UnityTest ]
107107 public IEnumerator TestDisableSpatialAwarenessSystem ( )
108108 {
109- var mrtkProfile = CreateMRTKTestProfile ( TestSpatialAwarenessSysteProfilePath ) ;
109+ var mrtkProfile = CreateMRTKTestProfile ( TestSpatialAwarenessSystemProfilePath ) ;
110110
111111 mrtkProfile . IsSpatialAwarenessSystemEnabled = false ;
112112
0 commit comments