File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
sdk/remoterendering/Azure.MixedReality.RemoteRendering/tests Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ public async Task TestSimpleSession()
135135
136136 StartRenderingSessionOperation startSessionOperation = await client . StartSessionAsync ( sessionId , options ) ;
137137 Assert . IsTrue ( startSessionOperation . HasValue ) ;
138- Assert . AreEqual ( options . Size , startSessionOperation . Value . Size ) ;
139138 Assert . AreEqual ( sessionId , startSessionOperation . Value . SessionId ) ;
140139
141140 RenderingSession sessionProperties = await client . GetSessionAsync ( sessionId ) ;
@@ -151,7 +150,6 @@ public async Task TestSimpleSession()
151150 Assert . IsNotNull ( readyRenderingSession . Host ) ;
152151 Assert . IsNotNull ( readyRenderingSession . ArrInspectorPort ) ;
153152 Assert . IsNotNull ( readyRenderingSession . HandshakePort ) ;
154- Assert . AreEqual ( readyRenderingSession . Size , options . Size ) ;
155153
156154 UpdateSessionOptions updateOptions2 = new UpdateSessionOptions ( TimeSpan . FromMinutes ( 6 ) ) ;
157155 Assert . AreEqual ( TimeSpan . FromMinutes ( 6 ) , updateOptions2 . MaxLeaseTime ) ;
You can’t perform that action at this time.
0 commit comments