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 ff55602 commit 5b9e236Copy full SHA for 5b9e236
UltraMapper.CommandLine.UnitTest/BooleanTests.cs
@@ -12,7 +12,6 @@ public class Commands
12
}
13
14
[TestMethod]
15
- [Ignore]
16
public void ExplicitSetToTrueViaConstant1()
17
{
18
string args = "--open 1";
@@ -21,7 +20,6 @@ public void ExplicitSetToTrueViaConstant1()
21
20
22
23
24
25
public void ExplicitSetToFalseViaConstant0()
26
27
string args = "--open 0";
0 commit comments