Skip to content

Commit

Permalink
refactor: Change test function name according to function name change
Browse files Browse the repository at this point in the history
This is an omission of the previous commit
  • Loading branch information
Kynea0b committed Apr 10, 2023
1 parent 3c6f2e2 commit 9a82677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ func TestExecute(t *testing.T) {
t.Logf("Duration: %v (%d gas)\n", diff, gasAfter-gasBefore)
}

func TestCallCallablePoint(t *testing.T) {
func TestExecuteCallablePoint(t *testing.T) {
ctx, keepers := CreateTestInput(t, false, SupportedFeatures, nil, nil)
accKeeper, keeper, bankKeeper := keepers.AccountKeeper, keepers.ContractKeeper, keepers.BankKeeper

Expand Down

0 comments on commit 9a82677

Please sign in to comment.