ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

test: use require.NoError instead of require.Nil for errors in tests for better message #3976

Closed EmilGeorgiev closed 3 weeks ago

EmilGeorgiev commented 1 month ago

Issue summary

Use require.NoError instead of require.Nil for errors in tests for better message when a test fail.