celestiaorg / celestia-app

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk
https://celestia.org
Apache License 2.0
328 stars 261 forks source link

`make test-interchain` fails on main #3587

Closed rootulp closed 1 day ago

rootulp commented 1 week ago

Problem

$ make test-interchain
--> Running interchain tests
main module (github.com/celestiaorg/celestia-app/v2) does not contain package github.com/celestiaorg/celestia-app/v2/test/interchain
make: *** [test-interchain] Error 1

I think this may have been caused by adding the v2 suffix to package names but I'm not 100% sure

Acceptance criteria