Skip to content

Commit

Permalink
update scns
Browse files Browse the repository at this point in the history
Signed-off-by: timofeevmd <[email protected]>
  • Loading branch information
timofeevmd committed Jul 3, 2024
1 parent 6147b81 commit 2cea4a7
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 2cea4a7

Please sign in to comment.