Skip to content

Commit

Permalink
chore: update test description
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
  • Loading branch information
0xivanov committed Jan 15, 2025
1 parent 2904e66 commit 0c9e063
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ void canSimulateTransaction() throws Exception {
}

@Test
@DisplayName("Fails when contract is not deployed")
void returnsDefaultGasWhenContractIsNotDeployed() throws Exception {
@DisplayName("Returns default values when contract is not deployed")
void returnsDefaultValuesWhenContractIsNotDeployed() throws Exception {
try (var testEnv = new IntegrationTestEnv(1)) {
var defaultGas = 22892;
var contractId = new ContractId(1231456);
Expand Down

0 comments on commit 0c9e063

Please sign in to comment.