mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
Disable cache in CI builds. (#772)
* Disable cache. * Fix tests. * Fix clippy? * cargo fmt --all
This commit is contained in:
committed by
Bastian Köcher
parent
de5ac085a1
commit
7602d910d4
@@ -369,9 +369,9 @@ mod tests {
|
||||
}
|
||||
|
||||
// Can still submit `MaxRequests` requests afterwards
|
||||
assert_ok!(submit_finality_proof());
|
||||
assert_ok!(submit_finality_proof());
|
||||
assert_err!(submit_finality_proof(), <Error<TestRuntime>>::TooManyRequests);
|
||||
assert_ok!(submit_finality_proof(1, 2));
|
||||
assert_ok!(submit_finality_proof(3, 4));
|
||||
assert_err!(submit_finality_proof(5, 6), <Error<TestRuntime>>::TooManyRequests);
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user