We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77fc6d commit 4e6f9c1Copy full SHA for 4e6f9c1
tests/Java.Interop-Tests/Java.Interop/JniRuntimeTest.cs
@@ -58,7 +58,7 @@ public void Dispose_ClearsJniEnvironment ()
58
JniRuntime.SetCurrent (r);
59
Assert.AreEqual (r, JniEnvironment.Runtime);
60
r.Dispose ();
61
- Assert.Throws<NotSupportedException>(() => {
+ Assert.Throws<ObjectDisposedException>(() => {
62
var env = JniEnvironment.Runtime;
63
});
64
0 commit comments