Skip to content

Commit

Permalink
Merge pull request #106 from soramitsu/scenarious/add-transfer-asset-scn
Browse files Browse the repository at this point in the history
update scns
  • Loading branch information
timofeevmd authored Jul 3, 2024
2 parents 045037a + 2cea4a7 commit 38e12e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/requests/Transactions.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Transactions extends Constants {
}
)
)
).exec(http("tx_register_domain_status").get(Constants.URL_STATUS).check(status().is(200)));
);

public static ChainBuilder postTransferAsset = exec(feed(CSV_FEEDER)).exec(feed(PEERS_FEEDER))
.exec(
Expand All @@ -50,5 +50,5 @@ public class Transactions extends Constants {
}
)
)
).exec(http("tx_transfer_asset_status").get(Constants.URL_STATUS).check(status().is(200)));
);
}

0 comments on commit 38e12e9

Please sign in to comment.