Skip to content

Commit 5b9e236

Browse files
explicit numeric conversion to bool tests
1 parent ff55602 commit 5b9e236

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

UltraMapper.CommandLine.UnitTest/BooleanTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public class Commands
1212
}
1313

1414
[TestMethod]
15-
[Ignore]
1615
public void ExplicitSetToTrueViaConstant1()
1716
{
1817
string args = "--open 1";
@@ -21,7 +20,6 @@ public void ExplicitSetToTrueViaConstant1()
2120
}
2221

2322
[TestMethod]
24-
[Ignore]
2523
public void ExplicitSetToFalseViaConstant0()
2624
{
2725
string args = "--open 0";

0 commit comments

Comments
 (0)