Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(test): fix the problem about deliverTxSimulate in test app/ante/cosmos/min_price_test.go #1989

Merged
merged 2 commits into from
Nov 3, 2023

Conversation

luchenqun
Copy link
Contributor

Description

I saw some tests in it, deliverTx can pass, but deliverTxSimulate cannot. This is obviously wrong. Because the former has stricter inspections than the latter

@luchenqun luchenqun requested a review from a team as a code owner November 3, 2023 08:51
@luchenqun luchenqun requested review from MalteHerrmann and GAtom22 and removed request for a team November 3, 2023 08:51
Copy link
Contributor

@GAtom22 GAtom22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the contribution @luchenqun!

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #1989 (4c4f465) into main (342d9c8) will increase coverage by 0.22%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

❗ Current head 4c4f465 differs from pull request most recent head 0af7898. Consider uploading reports for the commit 0af7898 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1989      +/-   ##
==========================================
+ Coverage   69.49%   69.72%   +0.22%     
==========================================
  Files         332      331       -1     
  Lines       24618    24537      -81     
==========================================
  Hits        17108    17108              
+ Misses       6626     6545      -81     
  Partials      884      884              

see 3 files with indirect coverage changes

@GAtom22 GAtom22 enabled auto-merge (squash) November 3, 2023 13:40
@GAtom22 GAtom22 merged commit dc4bf1e into evmos:main Nov 3, 2023
25 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants