Skip to content

Commit

Permalink
Fix two xunit1013 warnings (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrof authored Apr 1, 2024
1 parent 4aabc48 commit 01b5180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/EDSParserTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void Test_parser()

}

public void injectobject(string testobject)
void injectobject(string testobject)
{
eds.Clear();

Expand Down Expand Up @@ -119,7 +119,7 @@ public void Test_CompactSubObj()

}

public void test_object_coverage(List<string> AlwaysSet, List<string> MandatorySet, List<string> OptionalSet)
void test_object_coverage(List<string> AlwaysSet, List<string> MandatorySet, List<string> OptionalSet)
{
int MandatoryBitMask = (int)Math.Pow(2, MandatorySet.Count);

Expand Down

0 comments on commit 01b5180

Please sign in to comment.