mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-12 18:11:08 +00:00
Allow account allocations (#161)
* Support repetitions in the tool * Add support for account allocations * Update the JSON schema
This commit is contained in:
@@ -4,8 +4,8 @@ use serde::{Deserialize, Serialize};
|
||||
use revive_dt_common::{macros::define_wrapper_type, types::Mode};
|
||||
|
||||
use crate::{
|
||||
input::{Expected, Step},
|
||||
mode::ParsedMode,
|
||||
steps::{Expected, Step},
|
||||
};
|
||||
|
||||
#[derive(Debug, Default, Serialize, Deserialize, Clone, Eq, PartialEq, JsonSchema)]
|
||||
|
||||
Reference in New Issue
Block a user