You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cactus-plugin-satp-hermes/src/test/typescript/integration/gateway/satp-e2e-transfer-1-gateway-with-api-server.test.ts
+20-7Lines changed: 20 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -684,7 +684,10 @@ describe("SATPGateway sending a Non Fungible token from Besu to Ethereum", () =>
684
684
jest.setTimeout(TIMEOUT);
685
685
consttokenUniqueDescriptor="1001";
686
686
it("should mint a non fungible token to the owner account",async()=>{
Copy file name to clipboardExpand all lines: packages/cactus-plugin-satp-hermes/src/test/typescript/integration/gateway/satp-e2e-transfer-2-gateway-with-api-server.test.ts
+29-16Lines changed: 29 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -961,16 +961,19 @@ describe("2 SATPGateways sending a non fungible token from Besu to Ethereum", ()
961
961
jest.setTimeout(TIMEOUT);
962
962
consttokenUniqueDescriptor="1001";
963
963
it("should mint a non fungible token to the owner account",async()=>{
0 commit comments