Closed
Description
Version of Hardhat
2.22.5
What happened?
Hey, thanks for looking over my issue.
I have a few contracts in my protocol. Two of them are token contracts that have a shared interface and some unique functions. The shared functions have different implementations but the logic for testing them is the same. Because of this, I set up tests that can be ran for both tokens.
Unfortunately, I ran into an odd FixtureSnapshotError
even though I am not using any beforeEach
or nested fixtures.
Minimal reproduction steps
https://github.com/petdomaa100/hardhat-fixture-error-minimal-reproducible-example
Search terms
fixture, FixtureSnapshotError