Skip to content

Skipping JSON tests for Goerli network

When performing tests for Goerli network we skipping Pheix::Model::JSON tests:

Running Pheix::Model::JSON tests                                        [ SKIP ]

That's due to that we do not need to save/update smart contract addr.

So, we need to fix it, cause with Goerli network this is not important, but tests are marked as uncovered.

Edited by Konstantin Narkhov