Skip to content

Conversation

@RonTuretzky
Copy link

Summary

Context

The test was failing with:

vm.readFile: the path test/fixtures/counterProof_3675746.json is not allowed to be accessed for read operations

Changes

Updated contracts/foundry.toml to include read permissions for the test fixtures directory.

Test Plan

  • Run forge test --match-test test_account_proof_verification - test now passes
  • Verify all other tests still pass

Fixes #8

🤖 Generated with Claude Code

Resolves #8 - test_account_proof_verification was failing due to missing
filesystem permissions for reading JSON fixture files.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: test_account_proof_verification accessing non permitted path for fixture

1 participant