Skip to content

Commit

Permalink
test: potentially wrong payload
Browse files Browse the repository at this point in the history
see the comments on this MR st-one-io#41
  • Loading branch information
John Sanders committed Mar 28, 2023
1 parent d9b2f30 commit 6c64d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sessionControlClient.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ describe("Session Control Client", () => {

switch (step) {
case 0:
stream.push(Buffer.from("01790002006 0000010000020003PA160LDA2 04ACT052.2 0610.15.6 07 08Silver (Ag) 09D240003 1000111001121130\u0000"));
stream.push(Buffer.from("02210002006 0000010000020003PA160LDA2 04ACT052.2 0610.15.6 07 08Silver (Ag) 09D240003 100011100112113014429496729515QASWWEDXCVFR562 DERF34EDF169\u0000"));
step += 1;
break;

Expand Down

0 comments on commit 6c64d0f

Please sign in to comment.