ethereum / tests

Common tests for all Ethereum implementations
MIT License
557 stars 319 forks source link

fix: wrong json format issue #1384

Closed forcodedancing closed 4 months ago

forcodedancing commented 4 months ago

# noqa: E501", is not invalid in the json files.

IaroslavMazur commented 4 months ago

Well done, @forcodedancing!

winsvega commented 4 months ago

hmm, I didn't catch this with my light json parser.

winsvega commented 4 months ago

ok the issue was in my parser. should be fixed now