Skip to content

Commit

Permalink
fix test for BegCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
danielklecha committed Oct 2, 2024
1 parent 37b0660 commit ecf619b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpIppTests/Protocol/IppProtocolTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ public void ReadValue_StringWithLanguage_ReturnsCorrectResult( Tag tag )

[DataTestMethod]
[DataRow( Tag.OctetStringWithAnUnspecifiedFormat )]
[DataRow( Tag.BegCollection )]
[DataRow( Tag.TextWithoutLanguage )]
[DataRow( Tag.NameWithoutLanguage )]
[DataRow( Tag.Keyword )]
Expand Down Expand Up @@ -605,6 +604,7 @@ public void ReadValue_String_ReturnsCorrectResult( Tag tag )
[DataRow( Tag.Unsupported )]
[DataRow( Tag.Unknown )]
[DataRow( Tag.NoValue )]
[DataRow( Tag.BegCollection )]
[DataRow( Tag.EndCollection )]
public void ReadValue_NoValue_ReturnsCorrectResult( Tag tag )
{
Expand Down

0 comments on commit ecf619b

Please sign in to comment.