Skip to content

Commit

Permalink
rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
Exca-DK committed Sep 13, 2023
1 parent 576c2c9 commit da335c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,7 @@ func TestSimulateTransactions(t *testing.T) {
require.Nil(t, err)
})

t.Run("reverted txs", func(t *testing.T) {
t.Run("reverted tx", func(t *testing.T) {
mockState := mocks.NewMockStateHistoryReader(mockCtrl)

mockReader.EXPECT().HeadState().Return(mockState, nopCloser, nil)
Expand Down

0 comments on commit da335c5

Please sign in to comment.