Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickedb committed Dec 11, 2023
1 parent 768f673 commit 6d9b220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MIDTesters.Core/Tool/TestMid0704.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void Mid0704Revision1()
[TestCategory("Revision 1"), TestCategory("ByteArray")]
public void Mid0704ByteRevision1()
{
string package = "01050704001 ";
string package = "00700704001 00201200012040000000QST50-150CTT012150010200000003";
byte[] bytes = GetAsciiBytes(package);
var mid = _midInterpreter.Parse<Mid0704>(bytes);

Expand Down

0 comments on commit 6d9b220

Please sign in to comment.