Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
[fix][*][v0.1.0]: fix test cases about am msg
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxyan committed Dec 22, 2023
1 parent cf43c75 commit e379a46
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ public void testUpdateSDPMessage() {
"am",
AuthMsgProcessStateEnum.PENDING,
0,
new byte[]{},
authMessagePositiveTrust
),
"eth",
Expand Down Expand Up @@ -313,6 +314,7 @@ public void testPeekTxPendingSDPMessageIds() {
"am",
AuthMsgProcessStateEnum.PENDING,
0,
new byte[]{},
authMessagePositiveTrust
),
"eth",
Expand Down Expand Up @@ -340,6 +342,7 @@ public void testPeekTxPendingSDPMessageIds() {
"am",
AuthMsgProcessStateEnum.PENDING,
0,
new byte[]{},
authMessagePositiveTrust
),
"eth",
Expand Down Expand Up @@ -381,6 +384,7 @@ public void testCountSDPMessagesByState() {
"am",
AuthMsgProcessStateEnum.PENDING,
0,
new byte[]{},
authMessagePositiveTrust
),
"eth",
Expand Down Expand Up @@ -512,6 +516,7 @@ private void saveSomeSDP() {
"am",
AuthMsgProcessStateEnum.PENDING,
0,
new byte[]{},
authMessagePositiveTrust
),
sdpMessage
Expand Down

0 comments on commit e379a46

Please sign in to comment.