ava-labs / subnet-evm

Launch your own EVM as an Avalanche Subnet
https://docs.avax.network/subnets/create-a-fuji-subnet
GNU Lesser General Public License v3.0
243 stars 220 forks source link

[testing] Remove dep on gomega #1198

Closed marun closed 4 months ago

marun commented 4 months ago

Why this should be merged

Previously gomega was replaced by testify so that only a single assertion library was used across all types of testing. The replacement was incomplete, though, since registration of a fail handler for gomega was still being performed and somehow the tests/utils path was missed entirely. This changeset removes the use of gomega entirely.

How this was tested

CI