mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-22 06:47:56 +00:00
Update naming
This commit is contained in:
@@ -399,7 +399,7 @@ impl EvmVersionRequirement {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn new_less_or_equals_than(version: EVMVersion) -> Self {
|
||||
pub fn new_less_than_or_equals(version: EVMVersion) -> Self {
|
||||
Self {
|
||||
ordering: Ordering::Less,
|
||||
or_equal: true,
|
||||
|
||||
Reference in New Issue
Block a user