osmosis-labs / test-tube

Test tube for cosmos-sdk chains integration test, written in Rust!
Apache License 2.0
53 stars 31 forks source link

chore: fix macro visibility #55

Open 0xstepit opened 3 months ago

0xstepit commented 3 months ago

Description

Fix fn_execute macro by removing pub visibilitity when not specified.

Issue

Closes #54