Skip to content

Commit

Permalink
Correção na versão InlineData para teste de versão esperada
Browse files Browse the repository at this point in the history
  • Loading branch information
orochasamuel committed Jan 27, 2024
1 parent 3849b72 commit 9b270e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void ObterEnumVersaoEFDFiscalTest(VersaoLeiauteSped? v, CodVersaoSpedFisc
[InlineData(VersaoLeiauteSped.V9, 9)]
[InlineData(VersaoLeiauteSped.V10, 10)]
[InlineData(VersaoLeiauteSped.V17, 17)]
[InlineData(null, 17)]
[InlineData(null, 18)]
public void ObterIntVersaoEFDFiscalTest(VersaoLeiauteSped? v, int versaoEsperada)
{
// Arrange
Expand Down

0 comments on commit 9b270e9

Please sign in to comment.