mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
* Use `add_benchmark` macro * Return error if `batches` is empty * Update Cargo.lock * Companion for #5463 (#953) * Fix test with genesis block 0 * Update Cargo.lock
This commit is contained in:
@@ -787,7 +787,7 @@ mod tests {
|
||||
#[test]
|
||||
fn basic_setup_works() {
|
||||
new_test_ext().execute_with(|| {
|
||||
assert_eq!(System::block_number(), 1);
|
||||
assert_eq!(System::block_number(), 0);
|
||||
assert_eq!(Crowdfund::fund_count(), 0);
|
||||
assert_eq!(Crowdfund::funds(0), None);
|
||||
let empty: Vec<FundIndex> = Vec::new();
|
||||
|
||||
Reference in New Issue
Block a user