Skip to content

Commit

Permalink
Update test to use expected argument
Browse files Browse the repository at this point in the history
  • Loading branch information
IvenBach committed Nov 28, 2020
1 parent 81a9d93 commit ae4ee51
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ End Enum

int actual = inspectionResults.Count();

Assert.AreEqual(1, actual);
Assert.AreEqual(expected, actual);
}

[Test]
Expand Down

0 comments on commit ae4ee51

Please sign in to comment.