Skip to content

Commit

Permalink
Merge pull request 0xPolygonZero#41 from topos-protocol/add_missing_t…
Browse files Browse the repository at this point in the history
…ests
  • Loading branch information
Nashtare committed Dec 4, 2023
2 parents 994caa0 + 1c70094 commit f0dabfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth_test_parser/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pub(crate) const ETH_TESTS_REPO_LOCAL_PATH: &str = "eth_tests";
pub(crate) const GENERAL_GROUP: &str = "BlockchainTests";
pub(crate) const TEST_GROUPS: [&str; 1] = ["GeneralStateTests"];
// The following subgroups contain subfolders unlike the other test folders.
pub(crate) const SPECIAL_TEST_SUBGROUPS: [&str; 2] = ["Shanghai", "VMTests"];
pub(crate) const SPECIAL_TEST_SUBGROUPS: [&str; 3] = ["Cancun", "Shanghai", "VMTests"];

0 comments on commit f0dabfc

Please sign in to comment.