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

Make keeper test pass again #952

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Make keeper test pass again #952

merged 1 commit into from
Aug 24, 2022

Conversation

alpe
Copy link
Contributor

@alpe alpe commented Aug 24, 2022

This fixes the broken test, see #901

@alpe alpe requested a review from pinosu August 24, 2022 07:10
@codecov
Copy link

codecov bot commented Aug 24, 2022

Codecov Report

Merging #952 (20fb936) into main (00082a2) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #952      +/-   ##
==========================================
+ Coverage   59.23%   59.35%   +0.12%     
==========================================
  Files          51       51              
  Lines        6206     6220      +14     
==========================================
+ Hits         3676     3692      +16     
+ Misses       2263     2262       -1     
+ Partials      267      266       -1     
Impacted Files Coverage Δ
x/wasm/keeper/authz_policy.go 100.00% <100.00%> (ø)
x/wasm/keeper/contract_keeper.go 92.85% <100.00%> (ø)
x/wasm/keeper/keeper.go 88.66% <100.00%> (+0.39%) ⬆️
x/wasm/keeper/proposal_handler.go 66.66% <100.00%> (+0.22%) ⬆️
x/wasm/types/types.go 57.77% <100.00%> (+1.45%) ⬆️

Copy link
Contributor

@pinosu pinosu left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@alpe alpe merged commit 872cd75 into main Aug 24, 2022
@alpe alpe deleted the fix_keeper_test branch August 24, 2022 07:29
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.

2 participants