mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
fixed unit tests
This commit is contained in:
@@ -816,9 +816,9 @@ public class ConfigurationManagerTests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void UseWithoutResetAsserts ()
|
||||
public void UseWithoutResetDoesNotThrow ()
|
||||
{
|
||||
Initialize ();
|
||||
Assert.Throws<InvalidOperationException> (() => _ = Settings);
|
||||
_ = Settings;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user