Commit 924896be authored by rickck11's avatar rickck11 Committed by GitHub

correct the comment (#11971)

parent d9fe07c9
...@@ -44,7 +44,7 @@ type FixtureInputs struct { ...@@ -44,7 +44,7 @@ type FixtureInputs struct {
L1Head common.Hash `toml:"l1-head"` L1Head common.Hash `toml:"l1-head"`
} }
// Dumps a `fp-tests` test fixture to disk if the `OP_E2E_DUMP_FIXTURES` environment variable is set. // Dumps a `fp-tests` test fixture to disk if the `OP_E2E_FPP_FIXTURE_DIR` environment variable is set.
// //
// [fp-tests]: https://github.com/ethereum-optimism/fp-tests // [fp-tests]: https://github.com/ethereum-optimism/fp-tests
func tryDumpTestFixture( func tryDumpTestFixture(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment